diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-27 09:12:13 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-27 09:12:13 -0800 |
commit | 7c94b930ed029342de54c0a73c59b67f1dad7d1e (patch) | |
tree | d4436b228eac2d35f8b1da569bf174f73119bf94 /installer/install.sql | |
parent | 555dfd341e2bcce518289daa3b6c533628cadc49 (diff) | |
parent | 891a24151ee7dd197c623b4f482f260009d67096 (diff) |
Merge pull request #169 from shadlaws/fix_2021
#2021 - Cleanup thumb_dirty and resize_dirty instances.
Diffstat (limited to 'installer/install.sql')
-rw-r--r-- | installer/install.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql index b89d6b9b..f4938f6f 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -245,7 +245,7 @@ CREATE TABLE {modules} ( KEY `weight` (`weight`) ) AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -INSERT INTO {modules} VALUES (1,1,'gallery',56,1); +INSERT INTO {modules} VALUES (1,1,'gallery',57,1); INSERT INTO {modules} VALUES (2,1,'user',4,2); INSERT INTO {modules} VALUES (3,1,'comment',7,3); INSERT INTO {modules} VALUES (4,1,'organize',4,4); |