mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Remove db commands from bootstrap.
This commit is contained in:
@@ -27,10 +27,3 @@ fi
|
||||
|
||||
# Install Python development dependencies
|
||||
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