mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
convert other Warehouse types to new system
This commit is contained in:
6
schemas/patch-schema/reset-warehouses.sql
Normal file
6
schemas/patch-schema/reset-warehouses.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
UPDATE guilds SET item_box=NULL;
|
||||
UPDATE users SET item_box=NULL;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user