diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-27 17:55:48 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-27 17:55:48 -0700 |
commit | c97a88599eb7b199294edbfae382353456061bef (patch) | |
tree | 9f63c5af0532fb5d9ff8d4b870a14af401ac8bc7 /installer/install.sql | |
parent | 467b74c3106558d1656301b9c73236417d4421ac (diff) |
Change gallery installer to do a direct update to the database, preppending gallery_graphics:: to each of the defined rules operations
Diffstat (limited to 'installer/install.sql')
-rwxr-xr-x | installer/install.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql index 80042b10..da349c36 100755 --- a/installer/install.sql +++ b/installer/install.sql @@ -228,7 +228,7 @@ CREATE TABLE {modules} ( UNIQUE KEY `name` (`name`) ) AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -INSERT INTO {modules} VALUES (1,1,'gallery',13); +INSERT INTO {modules} VALUES (1,1,'gallery',14); INSERT INTO {modules} VALUES (2,1,'user',1); INSERT INTO {modules} VALUES (3,1,'comment',2); INSERT INTO {modules} VALUES (4,1,'organize',1); |