From 7c791a7c866fed8c00d7495ef456a8b23a59c252 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Dec 2003 17:57:03 +0000 Subject: - Updated the database schemes: the default rows that are inserted into the database did not have the throttle column. Patches by Matt and Goba. --- database/database.pgsql | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'database/database.pgsql') 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";'); -- cgit v1.2.3