Add columns to widget cards
This commit is contained in:
5
db/migrate/20190131122858_add_columns_to_widget_cards.rb
Normal file
5
db/migrate/20190131122858_add_columns_to_widget_cards.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddColumnsToWidgetCards < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :widget_cards, :columns, :integer, default: 4
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user