You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: waltz-schema/src/main/resources/liquibase/db.changelog-1.57.xml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,4 +85,20 @@
85
85
remarks="Indicates if the user must provide a comment when setting this option. Only valid if the assessment/item is not-readonly and is user-selectable"/>
86
86
</changeSet>
87
87
88
+
<changeSetid="20240124-6961-1"
89
+
author="davidwatkins73">
90
+
<inserttableName="entity_field_reference">
91
+
<columnname="entity_kind"value="MEASURABLE"/>
92
+
<columnname="field_name"value="name"/>
93
+
<columnname="display_name"value="Name"/>
94
+
<columnname="description"value="Name of the viewpoint item"/>
95
+
</insert>
96
+
<inserttableName="entity_field_reference">
97
+
<columnname="entity_kind"value="MEASURABLE"/>
98
+
<columnname="field_name"value="external_id"/>
99
+
<columnname="display_name"value="External Id"/>
100
+
<columnname="description"value="External Identifier of the viewpoint item"/>
0 commit comments