Schema descriptions are ignored by db_add_field(), and anything looking up the descriptions of the schema are going to look in the hook_schema() implementation, not the DB udpates. Do not document the schema in the update functions, only the "real" schema in the hook_schema definition itself.

affected updates: 6001, 6003

Comments

netw3rker’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)