Skip to content

Commit

Permalink
Merge pull request #403 from zemian/sql-liquibase-improv
Browse files Browse the repository at this point in the history
improv: Use username quartz as init liquibase
  • Loading branch information
zemian authored Feb 28, 2019
2 parents 1924312 + c3fc466 commit 70c94d3
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 70c94d3

Please sign in to comment.