mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-26 10:21:33 -05:00
Added the migration for the `ft_notification_status` table which will be used to look up the counts for notifications by various different fields. The `job_id` column is non-nullable because we want to include it in the composite primary key. For notifications which weren't part of a job, the `job_id` will be set to `0000-00000-0000-00000` when populating 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.