Closed
Bug 551192
Opened 16 years ago
Closed 16 years ago
[amo] Run migration on prod
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: fox2mike)
Details
(Whiteboard: 2010-03-09 @8pm)
ALTER TABLE addons
CHANGE COLUMN `nominationdate` `nominationdate` datetime;
This has been on preview for a while. The cron we added this morning wants nominationdate to be nullable.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
Whiteboard: 2010-03-09 @8pm
| Assignee | ||
Comment 1•16 years ago
|
||
mysql> ALTER TABLE addons
-> CHANGE COLUMN `nominationdate` `nominationdate` datetime;
Query OK, 91983 rows affected (18.64 sec)
Records: 91983 Duplicates: 0 Warnings: 0
All done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•