summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-04-18 22:33:15 +0000
committerDries Buytaert <dries@buytaert.net>2003-04-18 22:33:15 +0000
commit9d5fb1029a7c6cdf934fae25b78e56765cb13e35 (patch)
treeed3975c64f1a1a03ea720ff3c3fc7a84ec28b54b /database/database.pgsql
parent2bbd9c0c7cecaa7f1bc8f079e77bab2de7937e92 (diff)
downloadbrdo-9d5fb1029a7c6cdf934fae25b78e56765cb13e35.tar.gz
brdo-9d5fb1029a7c6cdf934fae25b78e56765cb13e35.tar.bz2
- Made sure the admin menu is enabled after a fresh install. This is
required to make the menu show up. This partly fixes bug #1508.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql3
1 files changed, 2 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index ab201c558..8b6972c9a 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -553,6 +553,7 @@ CREATE TABLE watchdog (
-- Insert some default values
--
+INSERT INTO system VALUES ('modules/admin.module','admin','module','',1);
INSERT INTO system VALUES ('modules/block.module','block','module','',1);
INSERT INTO system VALUES ('modules/comment.module','comment','module','',1);
INSERT INTO system VALUES ('modules/help.module','help','module','',1);
@@ -562,7 +563,7 @@ INSERT INTO system VALUES ('modules/story.module','story','module','',1);
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1);
INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);
-INSERT INTO variable(name,value) VALUES('update_start', '2002-05-15');
+INSERT INTO variable(name,value) VALUES('update_start', '2003-04-19');
INSERT INTO variable(name,value) VALUES('theme_default','s:6:"marvin";');
INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1');