git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
7 lines
253 B
SQL
7 lines
253 B
SQL
-- 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';
|
|
|