From f3f76309cf52588dfcf35961e65eaa19051c8938 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Jan 2004 20:20:34 +0000 Subject: - Added default permissiona to the MySQL and PosgreSQL database scheme to prevent 404s. The MS SQL database scheme still needs to be updated ... --- database/database.pgsql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 2cc7feaf3..46a82926f 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -578,6 +578,8 @@ INSERT INTO system VALUES ('themes/xtemplate/xtemplate.theme','xtemplate','theme INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-10-27";'); INSERT INTO variable(name,value) VALUES('theme_default','s:9:"xtemplate";'); INSERT INTO users(uid,name,mail,rid) VALUES(0,'','', '1'); +INSERT INTO permission VALUES (1,'access content',0); +INSERT INTO permission VALUES (2,'access comments, access content, post comments, post comments without approval',0); INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1'); INSERT INTO blocks(module,delta,status) VALUES('user', '1', '1'); -- cgit v1.2.3