mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01:00
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15478 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
111 B
Ruby
5 lines
111 B
Ruby
class AddRolesSettings < ActiveRecord::Migration
|
|
def change
|
|
add_column :roles, :settings, :text
|
|
end
|
|
end |