mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Creates the column as nullable, sets the value to false for all existing templates and template versions and then applies a not-nullable constraint. All future Templates are created with `False` as the default set in SQLAlchemy.
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.