mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-20 08:40:28 -04:00
Update test_services_dao to stop using fixtures. This is a massive change. The only real change in the file is to check for the letter_class.
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.