update flyway 10->12
Some checks failed
deploy / deploy (push) Successful in 18s
test / smoke-test (push) Has been cancelled

This commit is contained in:
Dusan Vojacek
2026-04-05 11:53:02 +02:00
parent e35b547081
commit c11ce83a97
8 changed files with 220 additions and 102 deletions

View File

@@ -0,0 +1,4 @@
-- 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;