1
0
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:
Adam
2016-11-04 22:07:00 -04:00
parent 9f9183afc4
commit 76ea111980
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -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`),"