mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 17:38:02 -04:00
Conflicts: app/notifications/receive_notifications.py tests/app/notifications/test_receive_notification.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.