mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
|
|
class AddRolesSettings < ActiveRecord::Migration
|
||
|
|
def change
|
||
|
|
add_column :roles, :settings, :text
|
||
|
|
end
|
||
|
|
end
|