Closed
Bug 326702
Opened 19 years ago
Closed 19 years ago
Add hash column for AMO version table
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: morgamic, Assigned: alex)
References
Details
The following column needs to be added in order to resolve bug 302287:
ALTER TABLE `version` ADD `hash` VARCHAR( 255 ) NOT NULL AFTER `Size` ;
Assignee | ||
Updated•19 years ago
|
Assignee: server-ops → polvi
Assignee | ||
Comment 1•19 years ago
|
||
mysql> ALTER TABLE `version` ADD `hash` VARCHAR( 255 ) NOT NULL AFTER `Size` ;
Query OK, 7636 rows affected (0.78 sec)
Records: 7636 Duplicates: 0 Warnings: 0
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•