Skip to content

Commit 7afb451

Browse files
committed
Add changelog
Signed-off-by: AAJELLAL <[email protected]>
1 parent eac35fd commit 7afb451

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

0 commit comments

Comments
 (0)