mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
If a service has been created by someone on our team, it’s probably a test service, which shouldn’t be included in the count of live services. This commit adds a migration to do this for existing services.
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.