1
0
Fork 0

wacca: fix v4 upgrade scripts

This commit is contained in:
Hay1tsme 2023-04-15 00:12:28 -04:00
parent b1f9be0121
commit 0d5567c990
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,2 @@
SET FOREIGN_KEY_CHECKS=0;
--Can't really add items back so this just does nothing
SET FOREIGN_KEY_CHECKS=1;

View File

@ -1,3 +1 @@
SET FOREIGN_KEY_CHECKS=0;
DELETE FROM wacca_item WHERE type=17 AND item_id=312002;
SET FOREIGN_KEY_CHECKS=1;
DELETE FROM wacca_item WHERE type=17 AND item_id=312002;