Emi Matchu
505f420d96
Note also the change to the public-data-constants, because we've started (but not finished) moving name fields into the rows themselves and deprecating the translations.
7 lines
No EOL
384 B
Bash
Executable file
7 lines
No EOL
384 B
Bash
Executable file
yarn run --silent mysqldump openneo_impress species species_translations colors \
|
|
color_translations zones zone_translations \
|
|
> $(dirname $0)/../public-data-constants.sql \
|
|
&& yarn run --silent mysqldump openneo_impress alt_styles items item_translations \
|
|
parents_swf_assets pet_states pet_types swf_assets \
|
|
| gzip -c \
|
|
> $(dirname $0)/../public-data-from-modeling.sql.gz |