We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1924312 + c3fc466 commit 70c94d3Copy full SHA for 70c94d3
quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore/liquibase.quartz.init.xml
@@ -10,7 +10,7 @@
10
<property name="blob_type" value="BYTEA" dbms="postgresql"/>
11
<property name="blob_type" value="BLOB"/>
12
13
- <changeSet id="quartz-init" author="nasazh">
+ <changeSet id="quartz-init" author="quartz">
14
15
<createTable tableName="${table_prefix}LOCKS">
16
<column name="SCHED_NAME" type="VARCHAR(120)">
0 commit comments