1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:26:38 +02:00

irc2sql: update max topic len to 512

This commit is contained in:
Adam
2016-11-05 10:34:09 -04:00
parent ac0f3c5ccf
commit f09ea316dd
+1 -1
View File
@@ -87,7 +87,7 @@ void IRC2SQL::CheckTables()
query = "CREATE TABLE `" + prefix + "chan` ("
"`chanid` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,"
"`channel` varchar(255) NOT NULL,"
"`topic` varchar(255) DEFAULT NULL,"
"`topic` varchar(512) DEFAULT NULL,"
"`topicauthor` varchar(255) DEFAULT NULL,"
"`topictime` datetime DEFAULT NULL,"
"`modes` varchar(512) DEFAULT NULL,"