]> source.dussan.org Git - redmine.git/commitdiff
Merged r14032 (#19132).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 19 Feb 2015 17:38:10 +0000 (17:38 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 19 Feb 2015 17:38:10 +0000 (17:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14033 e93f8b46-1217-0410-a6f0-8f06a7374b81

db/migrate/001_setup.rb

index 1af42a783c41c91b010aa250e99d38be54416358..15d783c45a931580df405be2d429cc2554b8a006 100644 (file)
@@ -291,7 +291,7 @@ class Setup < ActiveRecord::Migration
     user = User.new :firstname => "Redmine",
                     :lastname => "Admin",
                     :mail => "admin@example.net",
-                    :mail_notification => 'all',
+                    :mail_notification => true,
                     :status => 1
     user.login = 'admin'
     user.hashed_password = "d033e22ae348aeb5660fc2140aec35850c4da997"