Files
old-holivud2/db/migrate/20200914113410_add_live_meeting_url_to_projects.rb
2020-09-16 11:28:01 +03:00

6 lines
139 B
Ruby

class AddLiveMeetingUrlToProjects < ActiveRecord::Migration[6.0]
def change
add_column :projects, :live_meeting_url, :text
end
end