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;

View File

@@ -34,3 +34,5 @@ GRANT SELECT ON ems.market_price_stats TO ems_anon;
GRANT SELECT ON ems.tuv_usage_stats TO ems_anon;
GRANT SELECT ON ems.baseline_load_forecast_accuracy TO ems_anon;
GRANT SELECT ON ems.vw_baseline_load_forecast_accuracy_daily TO ems_anon;