Adds instagram url to conference

This commit is contained in:
Gopesh Tulsyan 2014-06-27 22:45:12 +05:30
parent e576db90d7
commit 6ae845143e
4 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddInstagramUrlToConference < ActiveRecord::Migration
def change
add_column :conferences, :instagram_url, :string
end
end