mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Remove db commands from bootstrap.
This commit is contained in:
@@ -27,10 +27,3 @@ fi
|
|||||||
|
|
||||||
# Install Python development dependencies
|
# Install Python development dependencies
|
||||||
pip3 install -r requirements_for_test.txt
|
pip3 install -r requirements_for_test.txt
|
||||||
|
|
||||||
# Create Postgres databases
|
|
||||||
createdb notifications_admin
|
|
||||||
createdb test_notifications_admin
|
|
||||||
|
|
||||||
# Upgrade databases
|
|
||||||
python app.py db upgrade
|
|
||||||
Reference in New Issue
Block a user