mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
some services only send to one provider. This is a platform admin setting to allow us to test integrations and providers manually without affecting other broadcasts from different services. one-to-one - a service can either send to all as normal, or send to only one provider.
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.