summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-11-24 22:44:01 +0000
committerDries Buytaert <dries@buytaert.net>2004-11-24 22:44:01 +0000
commit5d759ccbb9764e4c0328ce7fc4a83df8b958cf85 (patch)
tree99a4f638669ab176c5714c87cb982c19dab04528 /database/database.pgsql
parent062a8abdeae40ab03004f7c11dc21b7a13b57ca1 (diff)
downloadbrdo-5d759ccbb9764e4c0328ce7fc4a83df8b958cf85.tar.gz
brdo-5d759ccbb9764e4c0328ce7fc4a83df8b958cf85.tar.bz2
- Patch #5942 by jhriggs and Adrian:
+ added support for multi-site configurations. + tidied up some old cruft and added code comments.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql4
1 files changed, 4 insertions, 0 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 1ebd958d5..92ba88c67 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -751,11 +751,15 @@ CREATE TABLE watchdog (
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/filter.module','filter','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/system.module','system','module','',1,0,0);
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1,0,0);
+INSERT INTO system VALUES ('modules/user.module','user','module','',1,0,0);
+INSERT INTO system VALUES ('modules/watchdog.module','watchdog','module','',1,0,0);
INSERT INTO system VALUES ('themes/bluemarine/xtemplate.xtmpl','bluemarine','theme','themes/engines/xtemplate/xtemplate.engine',1,0,0);
INSERT INTO system VALUES ('themes/engines/xtemplate/xtemplate.engine','xtemplate','theme_engine','',1,0,0);