mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
index schema
This commit is contained in:
6
schemas/patch-schema/20-reset-warehouses.sql
Normal file
6
schemas/patch-schema/20-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