impress-2020/server/setup-mysql-user.sql

3 lines
120 B
MySQL
Raw Normal View History

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;