class IssueMove < ActiveRecord::Migration
# model removed
class Permission < ActiveRecord::Base; end
def self.up
Permission.create :controller => "projects", :action => "move_issues", :description => "button_move", :sort => 1061, :mail_option => 0, :mail_enabled => 0
end
def self.down
Permission.where("controller=? and action=?", 'projects', 'move_issues').first.destroy
end
end
o' rowspan='2'>
index : nextcloud-server.git | |
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
blob: 42654be901b5cd9a338d1b3c1b4f281b7d1ebb97 (
plain)