mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 20:41:27 +01:00
DEPRECATION WARNING: db/migrate/001_setup.rb (#19132).
mail_notification is a boolean column when this migration runs. git-svn-id: http://svn.redmine.org/redmine/trunk@14032 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user