Files
ems/db/migration/V035__postgrest_ems_anon_schema_usage.sql
Dusan Vojacek c11ce83a97
Some checks failed
deploy / deploy (push) Successful in 18s
test / smoke-test (push) Has been cancelled
update flyway 10->12
2026-04-05 11:53:02 +02:00

5 lines
187 B
SQL

-- Po pg_restore --no-acl často chybí GRANT USAGE ON SCHEMA ems pro ems_anon.
-- PostgREST pak vrací: permission denied for schema ems (42501).
GRANT USAGE ON SCHEMA ems TO ems_anon;