diff --git a/db/migrate/20170518120936_add_curator_to_collection.rb b/db/migrate/20170518120936_add_curator_to_collection.rb new file mode 100644 index 0000000000000000000000000000000000000000..29f69c17c5c0c588d4eb3cf98152b367cb921a34 --- /dev/null +++ b/db/migrate/20170518120936_add_curator_to_collection.rb @@ -0,0 +1,5 @@ +class AddCuratorToCollection < ActiveRecord::Migration[5.0] + def change + add_column :collections, :curator, :string + end +end