Files
notifications-api/migrations
Chris Hill-Scott 97db65bc9e Migrate prefix SMS setting to be true or false
We want services to have control over this setting, rather than deriving
it from the value of their sender. This commit does that derivation one
last time, and stores it in the column, where it can be changed as and
when needed.
2017-11-07 10:47:13 +00:00
..
2017-08-16 12:50:44 +01:00

Generic single-database configuration.

python application.py db migrate to generate migration script.

python application.py db upgrade to upgrade db with script.

python application.py db downgrade to rollback db changes.

python application.py db current to show current script.