From 07accbb47d89d1126428fb04b1cb2f67ecb74b36 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 29 Aug 2024 09:49:26 +0200 Subject: [PATCH] tx_create_historicization for booking --- .../620-booking-project/6200-hs-booking-project.sql | 7 +++++++ .../630-booking-item/6200-hs-booking-item.sql | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/src/main/resources/db/changelog/6-hs-booking/620-booking-project/6200-hs-booking-project.sql b/src/main/resources/db/changelog/6-hs-booking/620-booking-project/6200-hs-booking-project.sql index 41fc650a..564e36c0 100644 --- a/src/main/resources/db/changelog/6-hs-booking/620-booking-project/6200-hs-booking-project.sql +++ b/src/main/resources/db/changelog/6-hs-booking/620-booking-project/6200-hs-booking-project.sql @@ -20,3 +20,10 @@ create table if not exists hs_booking_project call create_journal('hs_booking_project'); --// + + +-- ============================================================================ +--changeset hs-booking-project-MAIN-TABLE-HISTORIZATION:1 endDelimiter:--// +-- ---------------------------------------------------------------------------- +call tx_create_historicization('hs_booking_project'); +--// diff --git a/src/main/resources/db/changelog/6-hs-booking/630-booking-item/6200-hs-booking-item.sql b/src/main/resources/db/changelog/6-hs-booking/630-booking-item/6200-hs-booking-item.sql index 6c76c29f..33a93c48 100644 --- a/src/main/resources/db/changelog/6-hs-booking/630-booking-item/6200-hs-booking-item.sql +++ b/src/main/resources/db/changelog/6-hs-booking/630-booking-item/6200-hs-booking-item.sql @@ -36,3 +36,11 @@ create table if not exists hs_booking_item call create_journal('hs_booking_item'); --// + + +-- ============================================================================ +--changeset hs-booking-item-MAIN-TABLE-HISTORIZATION:1 endDelimiter:--// +-- ---------------------------------------------------------------------------- +call tx_create_historicization('hs_booking_item'); +--// +