Queries need to be updated to use usage enums, where possible
Bug #627631 reported by
j.c.sackett
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
j.c.sackett |
Bug Description
There are three usage enums--
lpstat reports also need updating
Related branches
lp://qastaging/~jcsackett/launchpad/convert-sql-627631
- Edwin Grubbs (community): Approve (code)
-
Diff: 454 lines (+122/-74)16 files modifieddatabase/sampledata/current-dev.sql (+1/-1)
database/sampledata/current.sql (+4/-4)
database/schema/patch-2208-99-0.sql (+0/-36)
lib/canonical/launchpad/database/launchpadstatistic.py (+2/-1)
lib/lp/answers/doc/questionsets.txt (+18/-2)
lib/lp/answers/model/question.py (+7/-4)
lib/lp/answers/stories/questions-index.txt (+15/-0)
lib/lp/registry/doc/product.txt (+10/-0)
lib/lp/registry/doc/projectgroup.txt (+11/-0)
lib/lp/registry/model/product.py (+5/-4)
lib/lp/registry/model/projectgroup.py (+2/-7)
lib/lp/translations/doc/translationsoverview.txt (+18/-0)
lib/lp/translations/model/translationsoverview.py (+11/-8)
lib/lp/translations/model/translationsperson.py (+0/-3)
lib/lp/translations/scripts/translations_to_branch.py (+0/-3)
lib/lp/translations/stories/standalone/xx-rosetta-homepage.txt (+18/-1)
lp://qastaging/~jcsackett/launchpad/convert-sql-627631-storm
- Edwin Grubbs (community): Approve (code)
- Benji York (community): Approve (code)
-
Diff: 233 lines (+62/-25)7 files modifiedlib/canonical/launchpad/database/launchpadstatistic.py (+7/-5)
lib/lp/registry/model/product.py (+5/-1)
lib/lp/registry/model/projectgroup.py (+18/-13)
lib/lp/translations/model/translationsperson.py (+7/-2)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+2/-1)
lib/lp/translations/scripts/translations_to_branch.py (+6/-3)
lib/lp/translations/stories/standalone/xx-products-with-translations.txt (+17/-0)
tags: | added: bridging-the-gap |
Changed in launchpad-registry: | |
status: | New → Triaged |
Changed in launchpad-registry: | |
milestone: | none → 10.10 |
Changed in launchpad-registry: | |
milestone: | 10.10 → 10.11 |
description: | updated |
Changed in launchpad-registry: | |
milestone: | 10.11 → 10.12 |
tags: | added: qa-untestable |
Changed in launchpad-registry: | |
milestone: | 10.11 → 10.12 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
r9975 in db-stable (http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ db-stable/ revision/ 9975) is part of this bug's fix.