Skip to content

Commit

Permalink
add creator to failing changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Aug 11, 2024
1 parent 96d4d0b commit 786a978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/main/resources/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@
</insert>
</changeSet>

<changeSet id="ugandaemrsync-2024-07-10-1002" author="slubwama" dbms="mysql">
<changeSet id="ugandaemrsync-2024-08-11-2002" author="slubwama" dbms="mysql">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
SELECT COUNT(*) FROM scheduler_task_config WHERE uuid = '2ea451ae-b018-4003-8379-04b08fe66856'
Expand All @@ -1933,6 +1933,7 @@
<column name="date_created" valueDate="CURRENT_TIMESTAMP" />
<column name="start_on_startup" value="1"/>
<column name="started" value="1"/>
<column name="creator" value="1"/>
<column name="uuid" value="2ea451ae-b018-4003-8379-04b08fe66856" />
</insert>
</changeSet>
Expand Down

0 comments on commit 786a978

Please sign in to comment.