Files
notifications-api/migrations
Pea Tyczynska 97b1e034b8 Remove service.postage and choose_postage permission from database
Also change constraint on template postage so it cannot be null for
letters

Also add postage to all letters in template_history to respect new constraint
2019-02-13 11:50:00 +00: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.