Closed
Bug 646443
Opened 14 years ago
Closed 14 years ago
delete cf_blocking_firefox custom flag
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: beltzner, Assigned: justdave)
References
Details
I did a thing.
I tried to create a custom flag, and now when I try to edit or delete that flag, I get bugzilla errors. Please undo my mistake!
I'll file a new bug to have the custom flag created.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → justdave
Assignee | ||
Comment 1•14 years ago
|
||
mysql> delete from fielddefs where name='cf_blocking_firefox';
Query OK, 1 row affected (0.01 sec)
The corresponding cf_ table apparently never got created. The cause of the reports errors was the cf_ column for it in the bugs table didn't get added either.
Our database is too big for the web ui for adding a field to work. Apache and/or Zeus will time out and cut you off before it finishes the alter table on the bugs table. We have a command line script we use for doing it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•