Project

General

Profile

Download (135 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveWidgetHide < ActiveRecord::Migration
def change
remove_column :widgets, :hide, :boolean, :default => false
end
end
(353-353/353)