Skip to content

Commit

Permalink
Drop migration patch for Echo (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Jan 31, 2024
1 parent ded9dcd commit 1a29f73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
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;
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;
2 changes: 0 additions & 2 deletions pacman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,6 @@
- .rubocop_todo.yml
- Gruntfile.js
- Doxyfile
patchUrls:
- https://gerrit.wikimedia.org/r/changes/mediawiki%2Fextensions%2FEcho~905245/revisions/1/patch?download
- name: Graph
artifactUrl: https://codeload.github.com/wikimedia/mediawiki-extensions-Graph/zip/921d9d87185edaf2831a0394d2f789a3fd54bca3
artifactLevel: 1
Expand Down

0 comments on commit 1a29f73

Please sign in to comment.