Skip to content

Commit

Permalink
add report_configs_by_domain despite being unused
Browse files Browse the repository at this point in the history
If in the event someone wanted to add this view to production code,
it is unreasonable to expect them to know to add it here as well.
This has the added benefit of making the view useful in the context
of a django shell.
  • Loading branch information
gherceg committed Oct 9, 2023
1 parent f5b39ca commit 8e3a0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/cachehq/cachemodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ class UserReportsDataSourceCache(GenerationCache):
'userreports/data_sources_by_build_info',
'userreports/data_sources_by_last_modified',
'userreports/report_configs_by_data_source',
'userreports/report_configs_by_domain',
]

0 comments on commit 8e3a0d8

Please sign in to comment.