-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop migration patch for Echo (#373)
- Loading branch information
1 parent
ded9dcd
commit 1a29f73
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
dist/extensions/Echo/sql/mysql/patch-echo_push_subscription-drop-foreign-keys_1.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-- Drop foreign keys from echo_push_subscription - T306473 | ||
ALTER TABLE /*_*/echo_push_subscription DROP FOREIGN KEY echo_push_subscription_ibfk_1; | ||
ALTER TABLE /*_*/echo_push_subscription DROP FOREIGN KEY /*_*/echo_push_subscription_ibfk_1; |
2 changes: 1 addition & 1 deletion
2
dist/extensions/Echo/sql/mysql/patch-echo_push_subscription-drop-foreign-keys_2.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-- Drop foreign keys from echo_push_subscription - T306473 / T322143 | ||
ALTER TABLE /*_*/echo_push_subscription DROP FOREIGN KEY echo_push_subscription_ibfk_2; | ||
ALTER TABLE /*_*/echo_push_subscription DROP FOREIGN KEY /*_*/echo_push_subscription_ibfk_2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters