Mackenzie-Frey / brownfield-of-dreams

Brownfield of Dreams is a video tutorial platform in which additional functionality was built on an existing codebase.
https://brownfield-dreams.herokuapp.com/
1 stars 0 forks source link

Add validation on `position` to `Video` model #9

Open mikedao opened 5 years ago

mikedao commented 5 years ago

The tutorial's show page will error out if there's a video associated with the tutorial that doesn't have a position set.

After adding the validation, write a script that updates all records in the database with a nil value stored in the position column.