Files
notifications-api/migrations
Pea Tyczynska 1cae8a620e Add columns for requested and allowed broadcast areas for a service
We want to restrict where broadcast services can broadcast to.

Hence we are creating columns on service_broadcast_settings table
to store the lists of allowed_broadcast_areas and
requested_allowed_broadcast_areas.
2021-04-14 10:58:25 +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.