mirror of
https://github.com/anope/anope.git
synced 2026-07-02 00:06:38 +02:00
irc2sql: fix a couple SQL errors
This commit is contained in:
@@ -73,8 +73,8 @@ void IRC2SQL::CheckTables()
|
||||
"`comment` varchar(255) NOT NULL,"
|
||||
"`link_time` datetime DEFAULT NULL,"
|
||||
"`split_time` datetime DEFAULT NULL,"
|
||||
"`version` varchar(127) NOT NULL,"
|
||||
"`currentusers` int(15) NOT NULL,"
|
||||
"`version` varchar(127) DEFAULT NULL,"
|
||||
"`currentusers` int(15) DEFAULT 0,"
|
||||
"`online` enum('Y','N') NOT NULL DEFAULT 'Y',"
|
||||
"`ulined` enum('Y','N') NOT NULL DEFAULT 'N',"
|
||||
"PRIMARY KEY (`id`),"
|
||||
|
||||
Reference in New Issue
Block a user