Revision 10650
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/VegCore.ERD.mwb.run | ||
---|---|---|
10 | 10 |
VegCore.my.sql/make() |
11 | 11 |
{ |
12 | 12 |
echo_func; set_make_vars |
13 |
database=VegCore mysqldump_local --skip-add-drop-table >"$target" |
|
13 |
database=VegCore create_db=1 mysqldump_local --skip-add-drop-table \ |
|
14 |
>"$target" |
|
14 | 15 |
} |
15 | 16 |
|
16 | 17 |
export_mysql() |
Also available in: Unified diff
bugfix: schemas/VegCore/VegCore.ERD.mwb.run: VegCore.my.sql/make(): use new create_db=1 option to mysqldump_local so that the dumpfile contains the necessary schema-qualifiers to be syncable with the ERD (i.e. to allow editing the ERD by changing the dumpfile)