Enhancement: Move reporting metrics to postgres (#606)
This commit is contained in:
parent
f69eb7e542
commit
8f6f07177d
27 changed files with 575 additions and 2 deletions
|
@ -27,6 +27,8 @@ RSpec.describe Inbox do
|
|||
it { is_expected.to have_one(:agent_bot_inbox) }
|
||||
|
||||
it { is_expected.to have_many(:webhooks).dependent(:destroy) }
|
||||
|
||||
it { is_expected.to have_many(:events) }
|
||||
end
|
||||
|
||||
describe '#add_member' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue