From 35b711f956eca0f4d3f5d96043565b3adbb95260 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 19 Jan 2016 21:54:31 +0000 Subject: [PATCH] No db updates on admin app --- 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 5816bcf98..bb00bcd6b 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -3,4 +3,3 @@ echo "Install dependencies" cd /home/ubuntu/notifications-admin; pip3 install -r /home/ubuntu/notifications-admin/requirements.txt -python3 db.py db upgrade