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