You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
10 lines
392 B
SQL
10 lines
392 B
SQL
UPDATE Buggs
|
||
SET [SummaryV2] = ''
|
||
WHERE [SummaryV2] = 'KERNELBASE.dll'
|
||
|
||
UPDATE Crashes
|
||
SET [Summary] = ''
|
||
WHERE [Summary] = 'KERNELBASE.dll'
|
||
|
||
|
||
--OUTPUT $action, Inserted.*, Deleted.* |