mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-02 12:28:34 -04:00
We’ve already removed all the `null` values, and made it impossible to add new brandings with a `null` brand type. Making it a database constraint just gives us extra safety.
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.