mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
we have problems where govuk service is not migrated to sms_senders on new datbases. update this old script so we don't affect live systems, but when people rebuild their database from scratch they get the sms sender for govuk notify.
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.