Skip to content

Commit 18a790d

Browse files
committed
Add the NAD config uuid and the generation mode.
Signed-off-by: AAJELLAL <[email protected]>
1 parent 4985e1c commit 18a790d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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="ajellalali (generated)" id="1753286256612-6">
4+
<addColumn tableName="network_visualization_params">
5+
<column name="nad_config_uuid" type="uuid"/>
6+
</addColumn>
7+
</changeSet>
8+
<changeSet author="ajellalali (generated)" id="1753286256612-7">
9+
<addColumn tableName="network_visualization_params">
10+
<column name="nad_generation_mode" type="varchar(255)"/>
11+
</addColumn>
12+
</changeSet>
13+
<changeSet author="ajellalali (generated)" id="1753286256612-8">
14+
<dropColumn columnName="INIT_NAD_WITH_GEO_DATA" tableName="NETWORK_VISUALIZATION_PARAMS"/>
15+
</changeSet>
16+
</databaseChangeLog>

0 commit comments

Comments
 (0)