2020-07-31 15:30:25 -07:00
|
|
|
-- Public data tables: read
|
2020-04-25 03:42:05 -07:00
|
|
|
GRANT SELECT ON openneo_impress.colors TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.color_translations TO impress2020;
|
2020-04-22 11:51:36 -07:00
|
|
|
GRANT SELECT ON openneo_impress.items TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.item_translations TO impress2020;
|
2020-04-23 01:08:00 -07:00
|
|
|
GRANT SELECT ON openneo_impress.parents_swf_assets TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.pet_types TO impress2020;
|
2020-04-23 14:23:46 -07:00
|
|
|
GRANT SELECT ON openneo_impress.pet_states TO impress2020;
|
2020-04-25 03:42:05 -07:00
|
|
|
GRANT SELECT ON openneo_impress.species TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.species_translations TO impress2020;
|
2020-04-23 01:08:00 -07:00
|
|
|
GRANT SELECT ON openneo_impress.swf_assets TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.zones TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.zone_translations TO impress2020;
|
2020-06-24 19:05:07 -07:00
|
|
|
|
2020-07-31 15:30:25 -07:00
|
|
|
-- Public data tables: write
|
|
|
|
GRANT UPDATE ON openneo_impress.items TO impress2020;
|
|
|
|
GRANT UPDATE ON openneo_impress.swf_assets TO impress2020;
|
|
|
|
|
2020-06-24 19:05:07 -07:00
|
|
|
-- User data tables
|
|
|
|
GRANT SELECT ON openneo_impress.item_outfit_relationships TO impress2020;
|
|
|
|
GRANT SELECT ON openneo_impress.outfits TO impress2020;
|