Comment 6 for bug 1020443

Revision history for this message
William Grant (wgrant) wrote :

There were several non-test, non-DB changes:

  lib/lp/answers/model/faq.py
  lib/lp/answers/model/question.py
  lib/lp/bugs/model/bugtasksearch.py
  lib/lp/registry/model/person.py
  lib/lp/registry/vocabularies.py

Since we don't deploy DB and code changes simultaneously or atomically, the code at the time of the DB patch deployment has to work both with and without the DB patch. To ensure this, model changes are forbidden from landing at the same time as DB patches, unless approved by the TA or DBA (this has never happened before).