Cobresun / movie-club

🍿 Movie Club Website!
https://cobresun-movie-club.netlify.app
0 stars 1 forks source link

Add time_added timestamp column to work_list_item and migrate dates to new column #171

Closed cole-adams closed 3 months ago

cole-adams commented 3 months ago

Made an oopsie when creating the date column for work_list_items. Should be a timestamp instead of a date. This PR makes the created_date optional (for future removal) and add the required (and generated) time_added column.