Closed
Bug 866000
Opened 12 years ago
Closed 12 years ago
DeprecationWarning manage.py cron unconfirmed
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-05-09
People
(Reporter: clouserw, Assigned: ashort)
Details
This happened in dev, stage, and prod:
django.db.utils.DatabaseError: (1146, "Table 'addons_mozilla_org.api_auth_tokens' doesn't exist")
Comment 1•12 years ago
|
||
This is because migration 539 drops that table, while the cron still references it:
https://github.com/mozilla/zamboni/blob/master/apps/amo/cron.py#L206
I don't know enough about the reasons for dropping this table to touch anything, so I'm copying Mr. Short, who added the migration.
Comment 2•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → ashort
Priority: -- → P2
Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•12 years ago
|
Target Milestone: --- → 2013-05-09
You need to log in
before you can comment on or make changes to this bug.
Description
•