feat: Link help center portal to an Inbox (#6903)
This commit is contained in:
5
db/migrate/20230413085302_add_portal_id_to_inbox.rb
Normal file
5
db/migrate/20230413085302_add_portal_id_to_inbox.rb
Normal file
@@ -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