mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
We want to bring the start dates for first class letter rates forward by a month so that we don't see billing errors when sending first class letters now. (The feature will still go live at the planned time - this is to let us test things beforehand.)
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.