Files
notifications-api/migrations
Katie Smith 24f6ebb421 Change 'is_active' column names to 'archived'
Changed the name of the `is_active` columns to `archived` in these
tables:
* `service_email_reply_to`
* `service_sms_senders`
* `service_letter_contacts`

These columns were not being used yet, but because we describe Templates as
'archived', this keeps the names consistent.

The default value of these columns now needs to be False, not True.
2018-04-30 11:21:28 +01:00
..

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.