Skip to content

Commit

Permalink
Add update SQL scripts 4.0.0-2020-09-27.sql (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored Sep 27, 2020
1 parent f1caaeb commit e735059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM `#__extensions` WHERE `name` = 'plg_content_imagelazyload' AND `type` = 'plugin' AND `element` = 'imagelazyload' AND `folder` = 'content' AND `client_id` = 0;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM "#__extensions" WHERE "name" = 'plg_content_imagelazyload' AND "type" = 'plugin' AND "element" = 'imagelazyload' AND "folder" = 'content' AND "client_id" = 0;

0 comments on commit e735059

Please sign in to comment.