Closed
Bug 568067
Opened 15 years ago
Closed 15 years ago
[k] Table django_admin_log is missing
Categories
(support.mozilla.org :: Knowledge Base Software, task, P1)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
2.1
People
(Reporter: jsocol, Assigned: jsocol)
Details
(Whiteboard: [qa-])
Somehow this table never got created (it's also missing on prod).
Here's the end of the stack trace:
========
File "/data/virtualenvs/kitsune/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
DatabaseError: (1146, "Table 'support_stage_new_mozilla_com.django_admin_log' doesn't exist")
========
Fortunately it's easy to fix. I'll have a patch as soon as I have a bug number.
Assignee | ||
Comment 1•15 years ago
|
||
http://github.com/jsocol/kitsune/commit/6400e256905ee577bef69a4d5de8e292ed03fe1f
Give it a few for schematic to run on stage, then we'll be able to use the admin area.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•