This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
61
Releases
Wiki
Activity
6af6ca9c34
salix
/
services
/
db
/
02-changes.sh
7 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
Local database structure updated & import changes script
2018-02-07 15:45:40 +00:00
#!/bin/bash
Script to import local-db changes, fixtures fixed, structure updated
2018-02-07 18:55:47 +00:00
for
file in changes/*/*.sql
;
do
Local database structure updated & import changes script
2018-02-07 15:45:40 +00:00
echo
"
Importing
$file
"
mysql -u root <
$file
done