Check the databases have the necessary comments on their column.
Services/modules concerned are:
- swh-storage
- swh-scheduler
- swh-indexer
Each of those modules should have a folder sql containing an existing schema file.
This should be amended to add the necessary information (missing column description).
This implies also a sql/upgrade/<dbversion>.sql file with the diff amending the schema.
(One can use D1133 as a model to see how to proceed)