mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
intention is for this to be null, 1, or many, based on how many documents were linked to within the message. nullable column, so that it doesn't require a lengthy access exclusive lock on the table when creating.
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.