From 0723f48e5b4e3abded7b2a00f57d7aeb72c16f6f Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:24:12 +0100 Subject: [PATCH] fix: disable Flyway transaction for continuous aggregate migration --- .../main/resources/db/migration/V8__continuous_aggregates.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cameleer3-server-app/src/main/resources/db/migration/V8__continuous_aggregates.sql b/cameleer3-server-app/src/main/resources/db/migration/V8__continuous_aggregates.sql index 6eb5754e..1161bf3a 100644 --- a/cameleer3-server-app/src/main/resources/db/migration/V8__continuous_aggregates.sql +++ b/cameleer3-server-app/src/main/resources/db/migration/V8__continuous_aggregates.sql @@ -1,3 +1,5 @@ +-- flyway:executeInTransaction=false + -- Global stats CREATE MATERIALIZED VIEW stats_1m_all WITH (timescaledb.continuous) AS