mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
fix(DevWeb): Correct init.sql and template.sql path
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
databases=("db_test" "db_prod")
|
||||
|
||||
template="template.sql"
|
||||
output="init/init.sql"
|
||||
template="./mysql/template.sql"
|
||||
output="./mysql/init/init.sql"
|
||||
|
||||
> "$output"
|
||||
for database in "${databases[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user