impress-2020/scripts/db/export/public-data.sh
Emi Matchu 505f420d96 Update public data SQL dump, mainly to add alt styles
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.
2024-02-01 02:01:50 -08:00

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