Update scriptz to use correct database name
This commit is contained in:
committed by
richard-dds
parent
6937d88361
commit
793f8acb74
Submodule script/include updated: 0549297784...8cf96c9776
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user