mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-26 10:21:33 -05:00
We've updated the current service callbacks to add callback types in #1964, but since the table is versioned we also need to add a type to the history records. Even though they're not used anywhere at the moment this might make it easier to restore from a history callback record in the future.
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.