File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/main/resources/db/changelog/changesets Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments