Skip to content

Commit 122920b

Browse files
committed
changelog to update linefullpath to false for all studies
1 parent 7e54d43 commit 122920b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
2+
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
3+
<changeSet author="jeandatcar (generated)" id="1756990189108-1">
4+
<addDefaultValue catalogName="studyconfig" columnName="line_full_path" defaultValue="false" tableName="network_visualization_params"/>
5+
</changeSet>
6+
<changeSet author="jeandatcar (generated)" id="1756990189108-2">
7+
<update catalogName="studyconfig" tableName="network_visualization_params">
8+
<column name="line_full_path" valueBoolean="false"/>
9+
</update>
10+
</changeSet>
11+
</databaseChangeLog>

src/main/resources/db/changelog/db.changelog-master.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ databaseChangeLog:
7171
- include:
7272
file: changesets/changelog_20250723T155729Z.xml
7373
relativeToChangelogFile: true
74+
- include:
75+
file: changesets/changelog_20250904T124940Z.xml
76+
relativeToChangelogFile: true

0 commit comments

Comments
 (0)