mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
go_live_user_id: is the user that requested the service to go live go_live_at: is the DateTime the service went live. There will be a data migration from the beta partners spreadsheet to back fill the data.
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.