Update scriptz to use correct database name

This commit is contained in:
Patrick Smith 2018-08-03 11:27:06 -04:00
parent 0864fd0666
commit 4f167ef9e4
3 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit 05492977844309215c122e925159f9f8c62014e3
Subproject commit 8cf96c9776e7fd73c11d57160d26fc1715bf00da

View File

@ -8,9 +8,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Turn on sass compiler installation
INSTALL_SASS="true"
# Set database name
DATABASE_NAME="atat"
# Enable database resetting
RESET_DB="true"

View File

@ -6,9 +6,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=test
# Set database name
DATABASE_NAME="atat_test"
# Enable database resetting
RESET_DB="true"