mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-12 13:19:30 -04:00
Added the following new notification statuses: * pending_virus_check * virus_scan_failed If we decide to remove these statuses in future, we will need to replace them with a different status in the notifications and Notification_history tables where they are referenced, so pending-virus-check will be replaced with sending, and virus-scan-failed will be replaced with permanent-failure.
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.