Files
database/migrations/archive/000.069.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

10 lines
348 B
SQL

-- P5-3009 fix permissions on sequences
GRANT ALL ON SEQUENCE addresses_id_seq TO public;
GRANT ALL ON SEQUENCE addresses_id_seq TO root;
GRANT ALL ON SEQUENCE addresses_id_seq TO photowall_user;
GRANT ALL ON SEQUENCE samples_id_seq TO public;
GRANT ALL ON SEQUENCE samples_id_seq TO root;
GRANT ALL ON SEQUENCE samples_id_seq TO photowall_user;