mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-07 11:14:39 -05:00
Conflicts: app/celery/scheduled_tasks.py app/v2/notifications/post_notifications.py tests/app/celery/test_scheduled_tasks.py
Generic single-database configuration. python application.py db migration to generate migration script. python application.py db upgrade to upgrade db with script. python application.py db downgrade to rollback db changes.