mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-28 19:31:40 -05:00
We now support letters of up to 5 sheets long, so we need to store the rates for 4 and 5 sheet letters (both crown and non-crown) in the `letter_rates` table.
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.