I was just poking around with the Schema module and it throws up some error status messages:
# Field patterns.pid has no description.
# Field patterns.name has no description.
# Field patterns.status has no description.
# Field patterns.public has no description.
# Field patterns.file has no description.
# Field patterns.updated has no description.
# Field patterns.enabled has no description.
# Field patterns.title has no description.
# Field patterns.description has no description.
# Field patterns.pattern has no description.
# Table patterns has no description.
I'd roll a patch for patterns.install but I'm not familiar enough with the module yet to know how to describe all of the fields accurately.
Comments
Comment #1
vaish commentedThanks for catching this up and offering to roll a patch.
However, it seems most natural for us to add those descriptions since we are more familiar with the db schema. Also, we are very likely to update/change db schema very soon, and that may be the best time to add the descriptions as well.
Thanks,
Vaish
Comment #2
vaish commentedBetter late then never :)