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'); +--// +