mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
Since we send all one off messages as priority [now](https://github.com/alphagov/notifications-api/pull/1722), we don’t need to explicitly mark the ‘Example text message template’ template as being priority. This commit retroactively removes the priority flag from these templates, so that they can’t be reused to send other messages as priority. I don’t think this is a real problem now, but worth cleaning this up. This query will hit approximately 827 templates.
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.