Closed Bug 866000 Opened 11 years ago Closed 11 years ago

DeprecationWarning manage.py cron unconfirmed

Categories

(Marketplace Graveyard :: API, defect, P2)

defect

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")
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.
Assignee: nobody → ashort
Priority: -- → P2
https://github.com/mozilla/zamboni/commit/7f4304d78b53
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-05-09
You need to log in before you can comment on or make changes to this bug.