diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 14:37:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 14:37:47 +0000 |
commit | 94d34887cca99261bc8989688ab2c1f60fc35b3b (patch) | |
tree | 4f78c7e582de27dd73aebbbef3d5bc46f5cf9b02 /config/database.yml.example | |
parent | 8ffc61f66c7e1e9699c3e674138ea3a8f90aba50 (diff) | |
download | redmine-94d34887cca99261bc8989688ab2c1f60fc35b3b.tar.gz redmine-94d34887cca99261bc8989688ab2c1f60fc35b3b.zip |
Change deprecated dbfile parameter.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2908 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/database.yml.example')
-rw-r--r-- | config/database.yml.example | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index 1dc678131..ec1ccf86c 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -39,9 +39,4 @@ test_pgsql: test_sqlite3: adapter: sqlite3 - dbfile: db/test.db - -demo: - adapter: sqlite3 - dbfile: db/demo.db - + database: db/test.db |