summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-08 08:53:09 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-08 08:53:09 +0000
commitcf69c2da214a7da99febee5bd334326c3219e0e5 (patch)
tree76a5983d7e56512d6897043893fd45b67feb1029 /db
parent0e30724d660146d133318d9b3288a8a1eba4d8c4 (diff)
downloadredmine-cf69c2da214a7da99febee5bd334326c3219e0e5.tar.gz
redmine-cf69c2da214a7da99febee5bd334326c3219e0e5.zip
Don't force english language for default admin account (#12485).
Contributed by Go MAEDA. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10953 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'db')
-rw-r--r--db/migrate/001_setup.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/001_setup.rb b/db/migrate/001_setup.rb
index 761f2b14b..2cbba6f13 100644
--- a/db/migrate/001_setup.rb
+++ b/db/migrate/001_setup.rb
@@ -292,7 +292,6 @@ class Setup < ActiveRecord::Migration
:lastname => "Admin",
:mail => "admin@example.net",
:mail_notification => true,
- :language => "en",
:status => 1
end