Closed Bug 369565 Opened 18 years ago Closed 18 years ago

update remora preview database schema

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sancus, Assigned: oremj)

Details

update the preview.addons.mozilla.org schema with the one on svn trunk. (http://svn.mozilla.org/addons/trunk/site/app/config/sql/remora.sql)
So I should nuke everything in the database?
Assignee: server-ops → oremj
actually no, just do

ALTER TABLE `downloads` ADD `downloadcount` int(15);
mysql> ALTER TABLE `downloads` ADD `downloadcount` int(15);
Query OK, 0 rows affected (0.08 sec)
Records: 0  Duplicates: 0  Warnings: 0

Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.