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:
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user