File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/main/resources/db/changelog/changesets Expand file tree Collapse file tree 1 file changed +13
-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 =" 1738944714380-1" >
4+ <addColumn tableName =" contingency_limit_violation" >
5+ <column name =" location_id" type =" varchar(255)" />
6+ </addColumn >
7+ </changeSet >
8+ <changeSet author =" ajellalali (generated)" id =" 1738944714380-2" >
9+ <addColumn tableName =" pre_contingency_limit_violation" >
10+ <column name =" location_id" type =" varchar(255)" />
11+ </addColumn >
12+ </changeSet >
13+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments