Skip to content

Commit 70c94d3

Browse files
authored
Merge pull request #403 from zemian/sql-liquibase-improv
improv: Use username quartz as init liquibase
2 parents 1924312 + c3fc466 commit 70c94d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore/liquibase.quartz.init.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<property name="blob_type" value="BYTEA" dbms="postgresql"/>
1111
<property name="blob_type" value="BLOB"/>
1212

13-
<changeSet id="quartz-init" author="nasazh">
13+
<changeSet id="quartz-init" author="quartz">
1414

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

0 commit comments

Comments
 (0)