diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-23 20:36:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-23 20:36:41 +0000 |
commit | 2584b1957da5709af2565f88ede624539d43a241 (patch) | |
tree | b744afedc7e1eaeaf3580e66e7cb769a13eba167 /database/database.pgsql | |
parent | f514f551121e6dd80372a87fb6ffa95c5b7a940e (diff) | |
download | brdo-2584b1957da5709af2565f88ede624539d43a241.tar.gz brdo-2584b1957da5709af2565f88ede624539d43a241.tar.bz2 |
- Updated the start date of the updates.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r-- | database/database.pgsql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql index c5e33e0a3..817f08ea0 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -789,7 +789,7 @@ INSERT INTO system VALUES ('modules/watchdog.module','watchdog','module','',1,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); -INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2004-10-18";'); +INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2005-03-21";'); INSERT INTO variable(name,value) VALUES('theme_default','s:10:"bluemarine";'); INSERT INTO users(uid,name,mail) VALUES(0,'',''); INSERT INTO users_roles(uid,rid) VALUES(0, 1); |