Skip to content

Commit

Permalink
change creator to created_by in the scheduler_task_config for task FS…
Browse files Browse the repository at this point in the history
…HR Integration
  • Loading branch information
slubwama committed Aug 12, 2024
1 parent 589781c commit 350640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +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="created_by" value="1" />
<column name="uuid" value="2ea451ae-b018-4003-8379-04b08fe66856" />
</insert>
</changeSet>
Expand Down

0 comments on commit 350640d

Please sign in to comment.