feat: Add Instagram Channel (#2955)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddInstagramIdToFacebookPage < ActiveRecord::Migration[6.1]
|
||||
def up
|
||||
add_column :channel_facebook_pages, :instagram_id, :string
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :channel_facebook_pages, :instagram_id, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user