Closed Bug 1259258 Opened 8 years ago Closed 8 years ago

Need to manually drop autoland_branches and autoland_attachments table from BMO database

Categories

(bugzilla.mozilla.org :: Infrastructure, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dkl, Assigned: fubar)

References

Details

Somehow the autoland_branches and autoland_attachments table were removed from bz_schema but never actually got dropped in the database so now we are out of sync.

Please run the following SQL commands on the production, stable, and development databases.

mysql> DROP TABLE IF EXISTS autoland_attachments;
mysql> DROP TABLE IF EXISTS autoland_branches;

Thanks
dkl
Blocks: 232193
mysql> DROP TABLE IF EXISTS autoland_attachments;
Query OK, 0 rows affected (0.02 sec)

mysql> DROP TABLE IF EXISTS autoland_branches;
Query OK, 0 rows affected (0.00 sec)
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.