From 35b4f8f3a77f6dba00d2b1c2605c936d681ef88c Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 11 Jan 2016 17:23:10 +0000 Subject: [PATCH] Removed the db upgrades --- scripts/aws_install_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index e36fae522..a74b4ccea 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -4,4 +4,3 @@ echo "Install dependencies" cd /home/ubuntu/notifications-admin; export FLASK_CONFIG=/home/ubuntu/config.cfg pip3 install -r /home/ubuntu/notifications-admin/requirements.txt -python3 db.py db upgrade