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_adminversion_plugin.sql

7 lines
253 B
MySQL
Raw Normal View History

-- Remove from plugins table
DELETE FROM plugins WHERE namespace = 'ktstandard.adminversion.plugin';
-- Remove from scheduler tasks table
DELETE FROM scheduler_tasks WHERE script_url = 'plugins/ktstandard/AdminVersionPlugin/bin/UpdateNewVersion.php';