summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-08 12:59:12 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-08 12:59:12 -0800
commit4fc5d50eb83f29c0a28ce16b9ff22179fd3f2c98 (patch)
tree365b1bf85611ce05a1c2dd781fa6b9f9e6e66f8d /installer
parent7b382b363dfd3002cb1f10089c7a1e9e82eb804a (diff)
Bump the organize module to version 3 and get rid of the code that
makes sure that it depends on the REST module.
Diffstat (limited to 'installer')
-rw-r--r--installer/install.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql
index c1d71dc2..09fabc7d 100644
--- a/installer/install.sql
+++ b/installer/install.sql
@@ -247,7 +247,7 @@ CREATE TABLE {modules} (
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);
+INSERT INTO {modules} VALUES (4,1,'organize',1,4);
INSERT INTO {modules} VALUES (5,1,'info',2,5);
INSERT INTO {modules} VALUES (6,1,'rss',1,6);
INSERT INTO {modules} VALUES (7,1,'search',1,7);