feat: Link help center portal to an Inbox (#6903)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPortalIdToInbox < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_reference :inboxes, :portal, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user