fixes #1817
This commit is contained in:
5
db/migrate/20130712162600_add_custom_style_to_users.rb
Normal file
5
db/migrate/20130712162600_add_custom_style_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCustomStyleToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :custom_style, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user