1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 18:54:47 +02:00

Expand the size of some chanstats columns.

Closes #444.
This commit is contained in:
Sadie Powell
2024-11-07 12:31:47 +00:00
parent 7d5ca5c90b
commit 98c840eb02
+2 -2
View File
@@ -277,8 +277,8 @@ class MChanstats : public Module
"`chan` varchar(64) NOT NULL DEFAULT '',"
"`nick` varchar(64) NOT NULL DEFAULT '',"
"`type` ENUM('total', 'monthly', 'weekly', 'daily') NOT NULL,"
"`letters` int(10) unsigned NOT NULL DEFAULT '0',"
"`words` int(10) unsigned NOT NULL DEFAULT '0',"
"`letters` bigint unsigned NOT NULL DEFAULT '0',"
"`words` bigint unsigned NOT NULL DEFAULT '0',"
"`line` int(10) unsigned NOT NULL DEFAULT '0',"
"`actions` int(10) unsigned NOT NULL DEFAULT '0',"
"`smileys_happy` int(10) unsigned NOT NULL DEFAULT '0',"