mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-12 13:41:19 -05:00
Use the primary key constraint in the upsert statement (easier to read than listing all the columns)
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.