wicked-waifus-rs/assets/docker/postgres/scripts/1_PERMS.sql

2 lines
66 B
MySQL
Raw Normal View History

\c shorekeeper_db;
GRANT ALL ON SCHEMA public TO shorekeeper_user;