2 lines
66 B
MySQL
2 lines
66 B
MySQL
|
\c shorekeeper_db;
|
||
|
GRANT ALL ON SCHEMA public TO shorekeeper_user;
|