From 160182c155b22a90eb3a73088f19740f3d90003e Mon Sep 17 00:00:00 2001 From: Abhijit Jejurkar Date: Wed, 16 Oct 2024 18:18:39 +0530 Subject: [PATCH 1/2] db changes --- .../resources/liquibase/db.changelog-1.65.xml | 124 ++++++++++++++++++ .../liquibase/db.changelog-master.xml | 3 + 2 files changed, 127 insertions(+) create mode 100644 waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml 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 new file mode 100644 index 0000000000..7651304848 --- /dev/null +++ b/waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml @@ -0,0 +1,124 @@ + + + + + + + + + 7162: Add description to table data_type + + + + 7162: Add description to table aggregate_overlay_diagram_callout + + + + 7162: Add description to table aggregate_overlay_diagram_preset + + + + 7162: Add description to table thumbnail + + + + 7162: Add description to table user_agent_info + + + + 7162: Add description to table qrtz_triggers + + + + 7162: Add description to table qrtz_simprop_triggers + + + + 7162: Add description to table qrtz_simple_triggers + + + + 7162: Add description to table qrtz_scheduler_state + + + + 7162: Add description to table qrtz_paused_trigger_grps + + + + 7162: Add description to table qrtz_locks + + + + 7162: Add description to table qrtz_job_details + + + + 7162: Add description to table qrtz_fired_triggers + + + + 7162: Add description to table qrtz_cron_triggers + + + + 7162: Add description to table qrtz_calendars + + + + 7162: Add description to table qrtz_blob_triggers + + + \ No newline at end of file diff --git a/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml b/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml index cc7269c438..3d0f8f33b2 100644 --- a/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml +++ b/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml @@ -222,4 +222,7 @@ + + \ No newline at end of file From a89d78eec52c0436ae88d3646a0f57964fda07e1 Mon Sep 17 00:00:00 2001 From: Abhijit Jejurkar Date: Thu, 17 Oct 2024 14:54:26 +0530 Subject: [PATCH 2/2] Liquibase review comments --- waltz-schema/src/main/resources/liquibase/db.changelog-1.65.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7651304848..9d206add3a 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 @@ -28,7 +28,7 @@ 7162: Add description to table data_type -