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

migration to add curaton field in collection model

parent 010b118a
No related branches found
No related tags found
No related merge requests found
class AddCuratorToCollection < ActiveRecord::Migration[5.0]
def change
add_column :collections, :curator, :string
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