From ae8b2ae66c25d334232c60dc3a75f26fb8fbd434 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 25 May 2019 20:24:06 +0800 Subject: [PATCH] test --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index 2b2fe4d..ad375b9 100644 --- a/sql.go +++ b/sql.go @@ -276,7 +276,7 @@ func initDB() { obj_id BIGINT UNSIGNED NOT NULL ,priority SMALLINT NOT NULL ,user_id BIGINT UNSIGNED NOT NULL - ,sesssion_id SMALLINT + ,session_id SMALLINT ,status SMALLINT NOT NULL ,schedule DATETIME NOT NULL ,is_done TINYINT NOT NULL