Update scriptz to use correct database name
This commit is contained in:
parent
0864fd0666
commit
4f167ef9e4
@ -1 +1 @@
|
||||
Subproject commit 05492977844309215c122e925159f9f8c62014e3
|
||||
Subproject commit 8cf96c9776e7fd73c11d57160d26fc1715bf00da
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user