Skip to content

Commit 46ae53c

Browse files
add trigger on xml
1 parent c52d6f2 commit 46ae53c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/flights_liquibase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
paths:
2222
- "**/*.yml"
2323
- "**/*.py"
24+
- "**/*.xml"
2425

2526
jobs:
2627
deploy:

flights/flights-liquibase/liquibase/changelogs/changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<changeSet id="1" author="your.name">
1515
<createTable tableName="test_table">
16-
<column name="test_id" type="int">
16+
<column name="test_id1" type="int">
1717
<constraints primaryKey="true" nullable="false" />
1818
</column>
1919
<column name="test_column" type="int"/>

0 commit comments

Comments
 (0)