mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 07:20:44 -05:00
Now we have the org banner branding, not all organisations need a logo. So it shouldn’t be an error to not provide one.
Generic single-database configuration. python application.py db migrate to generate migration script. python application.py db upgrade to upgrade db with script. python application.py db downgrade to rollback db changes. python application.py db current to show current script.