Skip to content

Commit

Permalink
improv: Use username quartz as init liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
zemian committed Feb 28, 2019
1 parent 1924312 commit c3fc466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="blob_type" value="BYTEA" dbms="postgresql"/>
<property name="blob_type" value="BLOB"/>

<changeSet id="quartz-init" author="nasazh">
<changeSet id="quartz-init" author="quartz">

<createTable tableName="${table_prefix}LOCKS">
<column name="SCHED_NAME" type="VARCHAR(120)">
Expand Down

0 comments on commit c3fc466

Please sign in to comment.