Files
notifications-api/migrations
Carlo Costino 29b64cae5d Add total message limit default to existing services
This changeset adds a migration to add a default total message limit to any pre-existing service that does not already have one set.  It bases this value on the default set in the Flask app config.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-09-18 10:46:34 -04:00
..
2023-08-29 14:54:30 -07:00
2021-05-05 14:27:05 +01:00

See https://flask-alembic.readthedocs.io/en/stable/.

You can run flask db for a list of the available commands.

Note that we manually rename the auto-generated files so the prefix is a sequential number instead of a SHA. This means the files are listed in order, so it's easier to navigate the migration history.