fp/services/migrations-schema/migrations/00127_grant-permissions-for...

3 lines
101 B
MySQL
Raw Normal View History

2024-12-12 07:23:46 +00:00
GRANT all ON api.vods_vtuber_links TO automation;
GRANT SELECT ON api.vods_vtuber_links TO web_anon;