diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:44:16 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:44:16 +0000 |
commit | 1968057a902ba294c71f98863b90128a368218d9 (patch) | |
tree | cc893ea97550790058bb1a6b7df6ea261dbb9ead /installer/install.sql | |
parent | 3baecc628f488e4845bb4ce6b5e58ef0f389c3e3 (diff) |
Add var/tmp
Diffstat (limited to 'installer/install.sql')
-rw-r--r-- | installer/install.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/install.sql b/installer/install.sql index 8f559f02..47fbdeb9 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -154,7 +154,7 @@ CREATE TABLE {items} ( KEY `random` (`rand_key`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -INSERT INTO {items} VALUES (NULL,NULL,UNIX_TIMESTAMP(),'',NULL,1,1,1,NULL,NULL,NULL,0,NULL,NULL,1,2,NULL,NULL,1,'Gallery','album',1242272949,0,NULL,NULL,'','weight','ASC',1,1,1); +INSERT INTO {items} VALUES (NULL,NULL,UNIX_TIMESTAMP(),'',NULL,1,1,1,NULL,NULL,NULL,0,NULL,NULL,1,2,NULL,NULL,1,'Gallery','album',1242535370,0,NULL,NULL,'','weight','ASC',1,1,1); DROP TABLE IF EXISTS {items_tags}; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; @@ -331,6 +331,6 @@ CREATE TABLE {vars} ( `value` text, PRIMARY KEY (`id`), UNIQUE KEY `module_name` (`module_name`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -INSERT INTO {vars} VALUES (1,'core','active_site_theme','default'),(2,'core','active_admin_theme','admin_default'),(3,'core','page_size','9'),(4,'core','thumb_size','200'),(5,'core','resize_size','640'),(6,'core','default_locale','en_US'),(7,'core','blocks_dashboard_sidebar','a:4:{i:1385617552;a:2:{i:0;s:4:\"core\";i:1;s:11:\"block_adder\";}i:3304927;a:2:{i:0;s:4:\"core\";i:1;s:5:\"stats\";}i:476152634;a:2:{i:0;s:4:\"core\";i:1;s:13:\"platform_info\";}i:1783274837;a:2:{i:0;s:4:\"core\";i:1;s:12:\"project_news\";}}'),(8,'core','blocks_dashboard_center','a:4:{i:779406394;a:2:{i:0;s:4:\"core\";i:1;s:7:\"welcome\";}i:255875268;a:2:{i:0;s:4:\"core\";i:1;s:12:\"photo_stream\";}i:2067894253;a:2:{i:0;s:4:\"core\";i:1;s:11:\"log_entries\";}i:507552858;a:2:{i:0;s:7:\"comment\";i:1;s:15:\"recent_comments\";}}'),(9,'core','version','3.0 pre-beta svn'),(10,'core','choose_default_tookit','1'),(11,'comment','spam_caught','0'); +INSERT INTO {vars} VALUES (1,'core','active_site_theme','default'),(2,'core','active_admin_theme','admin_default'),(3,'core','page_size','9'),(4,'core','thumb_size','200'),(5,'core','resize_size','640'),(6,'core','default_locale','en_US'),(8,'core','blocks_dashboard_sidebar','a:4:{i:1533502599;a:2:{i:0;s:4:\"core\";i:1;s:11:\"block_adder\";}i:593587184;a:2:{i:0;s:4:\"core\";i:1;s:5:\"stats\";}i:2133835489;a:2:{i:0;s:4:\"core\";i:1;s:13:\"platform_info\";}i:935333419;a:2:{i:0;s:4:\"core\";i:1;s:12:\"project_news\";}}'),(13,'core','blocks_dashboard_center','a:4:{i:427268872;a:2:{i:0;s:4:\"core\";i:1;s:7:\"welcome\";}i:1842533949;a:2:{i:0;s:4:\"core\";i:1;s:12:\"photo_stream\";}i:1001876382;a:2:{i:0;s:4:\"core\";i:1;s:11:\"log_entries\";}i:1430305541;a:2:{i:0;s:7:\"comment\";i:1;s:15:\"recent_comments\";}}'),(16,'core','version','3.0 pre-beta svn'),(17,'core','choose_default_tookit','1'),(19,'comment','spam_caught','0'); |