Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed May 7, 2016
1 parent 2b59fae commit 7c53ed8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'simplepie';
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'phpmailer';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM "#__extensions" WHERE "type" = "library" AND "element" = "simplepie";
DELETE FROM "#__extensions" WHERE "type" = "library" AND "element" = "phpmailer";
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM [#__extensions] WHERE [type] = "library" AND [element] = "simplepie";
DELETE FROM [#__extensions] WHERE [type] = "library" AND [element] = "phpmailer";

0 comments on commit 7c53ed8

Please sign in to comment.