forked from External/greenlight
add HTML5 support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUseHtml5ToUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :users, :use_html5, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user