Script for dumping MySQL database prepared for Git commit (i.e. no extended inserts).
This commit is contained in:
parent
1a9de96761
commit
7af8328ccf
2
db-dump-git
Executable file
2
db-dump-git
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
mysqldump --skip-extended-insert "$1" >"mysql-$1.sql"
|
Loading…
x
Reference in New Issue
Block a user