mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-13 02:18:04 -04:00
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.
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.