Closed Bug 500527 Opened 15 years ago Closed 15 years ago

Run SQL from bug 495740 on support-stage for testing

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: zzxc, Assigned: phong)

Details

The sql in https://bugzilla.mozilla.org/attachment.cgi?id=383979 needs to be run on support-stage ASAP so that QA can be done for tonight's SUMO 1.2 release.
This was a last minute fix, sorry for the extra pressure.
Assignee: server-ops → phong
Database changed
mysql> DROP TABLE IF EXISTS `tiki_comments_metadata`;
Query OK, 0 rows affected, 1 warning (0.00 sec)

mysql> CREATE TABLE `tiki_comments_metadata` (
    ->   `threadId` int(14) NOT NULL,
    ->   `name` varchar(255) NOT NULL,
    ->   `value` text,
    ->    PRIMARY KEY  (`threadId`, `name`)
    -> );
Query OK, 0 rows affected (0.02 sec)

mysql>
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
mysql> use support_wiki ;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> DROP TABLE IF EXISTS `tiki_comments_metadata`;
Query OK, 0 rows affected, 1 warning (0.00 sec)

mysql> CREATE TABLE `tiki_comments_metadata` (
    ->   `threadId` int(14) NOT NULL,
    ->   `name` varchar(255) NOT NULL,
    ->   `value` text,
    ->    PRIMARY KEY  (`threadId`, `name`)
    -> );
Query OK, 0 rows affected (0.01 sec)

mysql>
Verified FIXED; this allowed my test posts in http://support-stage.mozilla.org/tiki-view_forum.php?locale=en-US&forumId=3 to go through.

(Thanks, Phong!)
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.