Files
old-holivud2/db/migrate/20180126234124_add_headshot_collection_uid_to_projects.rb
2020-05-31 22:38:19 +02:00

6 lines
155 B
Ruby

class AddHeadshotCollectionUidToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :headshot_collection_uid, :string
end
end