summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql18
1 files changed, 9 insertions, 9 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 2ae034d93..3c9f83897 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -561,15 +561,15 @@ CREATE TABLE watchdog (
-- Insert some default values
--
-INSERT INTO system VALUES ('modules/admin.module','admin','module','',1,0);
-INSERT INTO system VALUES ('modules/block.module','block','module','',1,0);
-INSERT INTO system VALUES ('modules/comment.module','comment','module','',1,0);
-INSERT INTO system VALUES ('modules/help.module','help','module','',1,0);
-INSERT INTO system VALUES ('modules/node.module','node','module','',1,0);
-INSERT INTO system VALUES ('modules/page.module','page','module','',1,0);
-INSERT INTO system VALUES ('modules/story.module','story','module','',1,0);
-INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1,0);
-INSERT INTO system VALUES ('themes/xtemplate/xtemplate.theme','xtemplate','theme','Internet explorer, Netscape, Opera',1,0);
+INSERT INTO system VALUES ('modules/admin.module','admin','module','',1,0,0);
+INSERT INTO system VALUES ('modules/block.module','block','module','',1,0,0);
+INSERT INTO system VALUES ('modules/comment.module','comment','module','',1,0,0);
+INSERT INTO system VALUES ('modules/help.module','help','module','',1,0,0);
+INSERT INTO system VALUES ('modules/node.module','node','module','',1,0,0);
+INSERT INTO system VALUES ('modules/page.module','page','module','',1,0,0);
+INSERT INTO system VALUES ('modules/story.module','story','module','',1,0,0);
+INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1,0,0);
+INSERT INTO system VALUES ('themes/xtemplate/xtemplate.theme','xtemplate','theme','Internet explorer, Netscape, Opera',1,0,0);
INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-10-27";');
INSERT INTO variable(name,value) VALUES('theme_default','s:9:"xtemplate";');