Skip to content
Snippets Groups Projects
Commit 4a0922a4 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

Migrate colection_item column name

parent 2fb0ab22
No related branches found
No related tags found
No related merge requests found
class ChangeCollectionItemColumnName < ActiveRecord::Migration[5.0]
def change
rename_column :collection_items, :order, :position
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment