Add specs for model facebook_page (#346)
This commit is contained in:
committed by
Pranav Raj S
parent
ff5c26a388
commit
3a1c0aef07
@@ -0,0 +1,5 @@
|
||||
class AddIndexUniqueChannelFacebookPageIdAccountId < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_index :channel_facebook_pages, [:page_id, :account_id], unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user