test
This commit is contained in:
parent
fab9d3da73
commit
ae8b2ae66c
2
sql.go
2
sql.go
@ -276,7 +276,7 @@ func initDB() {
|
|||||||
obj_id BIGINT UNSIGNED NOT NULL
|
obj_id BIGINT UNSIGNED NOT NULL
|
||||||
,priority SMALLINT NOT NULL
|
,priority SMALLINT NOT NULL
|
||||||
,user_id BIGINT UNSIGNED NOT NULL
|
,user_id BIGINT UNSIGNED NOT NULL
|
||||||
,sesssion_id SMALLINT
|
,session_id SMALLINT
|
||||||
,status SMALLINT NOT NULL
|
,status SMALLINT NOT NULL
|
||||||
,schedule DATETIME NOT NULL
|
,schedule DATETIME NOT NULL
|
||||||
,is_done TINYINT NOT NULL
|
,is_done TINYINT NOT NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user