parent
f8166aed47
commit
6a101eab76
@ -0,0 +1,5 @@
|
||||
class AddDescriptionToSqmCategory < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :sqm_categories, :description, :text
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue