fix(DB/SAI): unlink non-existing entry from SAI 17671 (#18368)
This commit is contained in:
parent
512355eb08
commit
161424c358
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue