From 5565fef27b7083e8fa8c0e715f6492c57afb2411 Mon Sep 17 00:00:00 2001 From: Nicholas Staples Date: Wed, 27 Jan 2016 16:39:24 +0000 Subject: [PATCH] Remove db commands from bootstrap. --- scripts/bootstrap.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f18c2d865..cd3ffb715 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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 \ No newline at end of file