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)

All
Other
task
Not set
minor

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` ;
Blocks: 302287
Assignee: server-ops → polvi
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
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.