micronutrientsupport / database-architecture

The Postgres database code for the MAPS tool
3 stars 0 forks source link

Add comments to materialized views #296

Open rbroth opened 2 years ago

rbroth commented 2 years ago

There are several materialized views that do not have comments

andy-bevan commented 2 years ago

The reason we need comments is because its difficult to assess the purpose of the view just by figuring out what the sql is doing. So for this reason the person who created the view (or someone who knows why it was built) should add comments.