fix(DB/SAI): unlink non-existing entry from SAI 17671 (#18368)

This commit is contained in:
sudlud
2024-02-20 19:33:22 +01:00
committed by GitHub
parent 512355eb08
commit 161424c358

View File

@@ -0,0 +1,2 @@
-- Remove link to non-existing entry from SAI 17671
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 17671 AND `source_type` = 0 AND `id` = 0;