Enhancement: Move reporting metrics to postgres (#606)
This commit is contained in:
@@ -17,4 +17,5 @@ RSpec.describe Account do
|
||||
it { is_expected.to have_one(:subscription).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:webhooks).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:notification_settings).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:events) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user