mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-01 05:11:52 -05:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
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.
|