summaryrefslogtreecommitdiff
path: root/installer/install.sql
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install.sql')
-rw-r--r--installer/install.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql
index 2d0cac0f..0e09101e 100644
--- a/installer/install.sql
+++ b/installer/install.sql
@@ -309,7 +309,7 @@ DROP TABLE IF EXISTS {tags};
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE {tags} (
`id` int(9) NOT NULL AUTO_INCREMENT,
- `name` varchar(64) NOT NULL,
+ `name` varchar(128) NOT NULL,
`count` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)