forked from Hay1tsme/artemis
wacca: fix v4 upgrade scripts
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
Reference in New Issue
Block a user