mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove unnecessary "lock" column from task_queue table
This commit is contained in:
parent
29837bdf4c
commit
f1eee10791
1 changed files with 0 additions and 1 deletions
|
|
@ -3,6 +3,5 @@
|
|||
<column name="handler" type="varchar" size="191" notnull="notnull" />
|
||||
<column name="args" type="longtext" notnull="notnull" />
|
||||
<column name="options" type="longtext" notnull="notnull" />
|
||||
<column name="lock" type="int" notnull="notnull" default="0" index="idx_lock" />
|
||||
<column name="regdate" type="datetime" notnull="notnull" default="current_timestamp()" index="idx_regdate" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue