I created views like data_sources_expanded back when it seemed like a way to reduce the amount of code. But it unfortunately adds extra confusion and becomes a pain to handle when doing migrations.
Aside from materialized views, which server a specific functional purpose, let's remove existing views and replace them with raw queries of the attendant logic.
I created views like
data_sources_expandedback when it seemed like a way to reduce the amount of code. But it unfortunately adds extra confusion and becomes a pain to handle when doing migrations.Aside from materialized views, which server a specific functional purpose, let's remove existing views and replace them with raw queries of the attendant logic.