Project

General

Profile

Download (140 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveWidgetHide < ActiveRecord::Migration[4.2]
def change
remove_column :widgets, :hide, :boolean, :default => false
end
end
(364-364/406)