You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2018. It is now read-only.
Convert existing int timestamp fields to datetimes
Acceptance Criteria
The following columns are auto-updated datetimes
users.created is an auto-updated datetime.
user_tokens.created is an auto-updated datetime.
emails.created is an auto-updated datetime.
emails.updated is an auto-updated datetime.
Anything I may have missed
Task exists for updating the database
Tasks
Write upgrade task to change data types (doing so non-destructively will require creating a temporary column, converting existing int timestamps over to it, dropping the original column, and then renaming the temp column to the original name).
Change updatedTimestampColumn to updatedDatetimeColumn
Change createdTimestampColumn to updatedDatetimeColumn
Additional Notes
{{list additional notes here, remove if not applicable}}