This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/3.5.3/del_oldsearch_plugins.sql

5 lines
174 B
MySQL
Raw Normal View History

-- Remove from plugins table
DELETE FROM plugins WHERE namespace = 'ktstandard.searchdashlet.plugin';
DELETE FROM plugins WHERE namespace = 'ktcore.generalmetadata.plugin';