mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
update readme and ensure makefile up to date
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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.
|
||||
9
migrations/README.md
Normal file
9
migrations/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user