diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-03 11:14:58 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-03 11:14:58 -0800 |
commit | 8263cb023fb4fe0b6fdc9fc61b35518dcf09946e (patch) | |
tree | 955253167f3a6673bf27253e84c337718e6a17b3 /installer/install.sql | |
parent | e6a5f39b9113fa9cfc526b873947e365793d4e3e (diff) |
Updated installer for the bump of the gallery module to v43. Fixes #1568.
Diffstat (limited to 'installer/install.sql')
-rw-r--r-- | installer/install.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/install.sql b/installer/install.sql index c398d130..84a975ae 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -152,7 +152,7 @@ CREATE TABLE {items} ( `album_cover_item_id` int(9) DEFAULT NULL, `captured` int(9) DEFAULT NULL, `created` int(9) DEFAULT NULL, - `description` text DEFAULT NULL, + `description` varchar(2048) DEFAULT NULL, `height` int(9) DEFAULT NULL, `left_ptr` int(9) NOT NULL, `level` int(9) NOT NULL, @@ -244,7 +244,7 @@ CREATE TABLE {modules} ( KEY `weight` (`weight`) ) AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -INSERT INTO {modules} VALUES (1,1,'gallery',42,1); +INSERT INTO {modules} VALUES (1,1,'gallery',43,1); INSERT INTO {modules} VALUES (2,1,'user',3,2); INSERT INTO {modules} VALUES (3,1,'comment',3,3); INSERT INTO {modules} VALUES (4,1,'organize',2,4); |