moved sql only local files outside of changes
This commit is contained in:
parent
377f38b10d
commit
0334b8f24e
|
@ -14,7 +14,7 @@ for file in changes/*.sql; do
|
|||
done
|
||||
|
||||
# Import changes for local db
|
||||
for file in changes/only-local/*.sql; do
|
||||
for file in only-local/*.sql; do
|
||||
echo "[INFO] -> Imported ./$file"
|
||||
mysql -u root -fc < $file
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue