Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 0bdd81d

Browse files
author
Rob Hudson
committed
Catch up on AMO table remove migrations
1 parent ec1374b commit 0bdd81d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-- See: https://bugzilla.mozilla.org/show_bug.cgi?id=1008734
2+
DROP TABLE IF EXISTS `features`;
3+
DROP TABLE IF EXISTS `appsupport`;
4+
DROP TABLE IF EXISTS `applications_versions`;
5+
ALTER TABLE categories DROP COLUMN application_id;
6+
ALTER TABLE `file_uploads`
7+
DROP FOREIGN KEY `compat_with_appver_id_refs_id_3747a309`,
8+
DROP FOREIGN KEY `compat_with_app_id_refs_id_939661ad`;
9+
ALTER TABLE `file_uploads`
10+
DROP COLUMN compat_with_app_id,
11+
DROP COLUMN compat_with_appver_id;
12+
DROP TABLE IF EXISTS `appversions`;
13+
DROP TABLE IF EXISTS `applications`;

0 commit comments

Comments
 (0)