forked from Dniel97/artemis
wacca: fix v4 upgrade scripts
This commit is contained in:
parent
b1f9be0121
commit
0d5567c990
@ -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;
|
Loading…
Reference in New Issue
Block a user