Add columns to widget cards

This commit is contained in:
decabeza
2019-01-31 14:38:14 +01:00
parent 9475a0c6ee
commit b8bfccd2ba
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddColumnsToWidgetCards < ActiveRecord::Migration
def change
add_column :widget_cards, :columns, :integer, default: 4
end
end