neroshitron/seed.sql

3 lines
77 B
MySQL
Raw Normal View History

2024-05-27 00:14:31 -04:00
create role 'manager';
grant manager to authenticator;
grant anon to manager;