fp/services/migrations-schema/migrations/00022_add-permissions-for-s...

3 lines
109 B
MySQL
Raw Normal View History

2024-08-17 02:42:44 +00:00
GRANT all ON api.segments_stream_links TO automation;
GRANT SELECT ON api.segments_stream_links TO web_anon;