feat: Link help center portal to an Inbox (#6903)

This commit is contained in:
Tejaswini Chile
2023-04-24 12:49:52 +05:30
committed by GitHub
parent f825a22997
commit e3193dcabc
11 changed files with 77 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddPortalIdToInbox < ActiveRecord::Migration[6.1]
def change
add_reference :inboxes, :portal, foreign_key: true
end
end