From ebbea8c9b2f39119f3f1234e2d3b055a8d2c835d Mon Sep 17 00:00:00 2001 From: Abhijit Jejurkar Date: Mon, 21 Oct 2024 14:56:00 +0530 Subject: [PATCH] db liquibase changes for h2 --- .../resources/liquibase/db.changelog-1.65.xml | 33 ++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml b/waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml index 9d206add3a..b3c501ba69 100644 --- a/waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml +++ b/waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml @@ -56,67 +56,78 @@ tableName="user_agent_info"/> + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_triggers + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_simprop_triggers + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_simple_triggers + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_scheduler_state + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_paused_trigger_grps + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_locks + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_job_details + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_fired_triggers + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_cron_triggers + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_calendars + author="jejuabh" + dbms="!h2"> 7162: Add description to table qrtz_blob_triggers