Closed
Bug 369514
Opened 18 years ago
Closed 18 years ago
Remora staging/preview SQL
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fligtar, Assigned: oremj)
Details
Since we have real data in the preview/staging database now and it's no longer being updated automatically, could the following columns please be added to to the preview/staging database(s)?
ALTER TABLE `addons` ADD `trusted` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `inactive` ,
ADD `viewsource` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `trusted` ;
Thanks
Assignee | ||
Comment 1•18 years ago
|
||
Query OK, 3452 rows affected (0.42 sec)
Records: 3452 Duplicates: 0 Warnings: 0
Assignee: server-ops → oremj
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 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
•