Closed
Bug 869180
Opened 12 years ago
Closed 12 years ago
Run script to convert the current cf_due_date from type DATETIME to DATE
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: fox2mike)
References
Details
Admin, please execute the following statements on the production Bugzilla server
1. # cd /path/to/Bugzilla
2. # perl contrib/reorg-tools/convert_date_time_date.pl cf_due_date
Thanks
dkl
| Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-devservices → shyam
| Assignee | ||
Comment 1•12 years ago
|
||
Done in stage and dkl gave the ok for prod, so :
[root@bugzillaadm.private.scl3 bugzilla.mozilla.org]# perl contrib/reorg-tools/convert_date_time_date.pl cf_due_date
Converting bugs.cf_due_date from FIELD_TYPE_DATETIME to FIELD_TYPE_DATE.
Note: Any time portion will be lost but the date portion will be preserved.
Press <Ctrl-C> to stop or <Enter> to continue...
Updating column cf_due_date in table bugs ...
Old: datetime
New: date
done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•