mail notification removed for projects/roadmap in migration

git-svn-id: http://redmine.rubyforge.org/svn/trunk@240 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-05 18:20:39 +00:00
parent 81b3ad5b87
commit 9845bbddce
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class AddRoadmapPermission < ActiveRecord::Migration
def self.up
Permission.create :controller => "projects", :action => "roadmap", :description => "label_roadmap", :sort => 107, :is_public => true, :mail_option => 1, :mail_enabled => 0
Permission.create :controller => "projects", :action => "roadmap", :description => "label_roadmap", :sort => 107, :is_public => true, :mail_option => 0, :mail_enabled => 0
end
def self.down