mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-23 19:12:03 -05:00
Added created_at and updated_at to the ft_notification_status table in order to make it easier to track down any potential issues with the data. Also updated the command to populate the data to take created_at and updated_at into account and to simplify the command. This can all be done in the same commit since the table is not being used anywhere yet and can only be populated manually.
Generic single-database configuration.
flask db migrate to generate migration script.
flask db upgrade to upgrade db with script.
flask db downgrade to rollback db changes.
flask db current to show current script.