Closed Bug 653227 Opened 14 years ago Closed 14 years ago

Clean up a couple of database tables

Categories

(addons.mozilla.org Graveyard :: Add-on Builder, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Builder 0.9.4

People

(Reporter: clouserw, Assigned: clouserw)

Details

I think these are unused. r? -- I don't think we need this, we discard all our celery -- responses (CELERY_IGNORE_RESULT=True) DROP TABLE IF EXISTS `base_celeryresponse`; -- These tables exist on stage but not production. They -- are just old and empty, should clean them up DROP TABLE IF EXISTS `djcelery_crontabschedule`; DROP TABLE IF EXISTS `djcelery_intervalschedule`; DROP TABLE IF EXISTS `djcelery_periodictask`; DROP TABLE IF EXISTS `djcelery_periodictasks`; DROP TABLE IF EXISTS `djcelery_taskstate`; DROP TABLE IF EXISTS `djcelery_workerstate`; -- What is this table? I can't find a reference to it anywhere. Maybe just old? DROP TABLE IF EXISTS `person_limit`;
I dont know enough about celery. However, I find 5 references to the Limit model from the person app. Only used in the admin.py...
Thanks, this is in https://github.com/mozilla/FlightDeck/commit/06f3303aaf421de2fd67cdfd5031f6dc733c2b6e I left person_limit alone since I don't have time to investigate right now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.