mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
correct minor mistake
This commit is contained in:
@@ -37,7 +37,7 @@ ALTER TABLE IF EXISTS public.shop_items
|
||||
RENAME COLUMN rankreqg TO min_gr;
|
||||
|
||||
ALTER TABLE IF EXISTS public.shop_items
|
||||
RENAME COLUMN storelevelreq TO req_store_level;
|
||||
RENAME COLUMN storelevelreq TO store_level;
|
||||
|
||||
ALTER TABLE IF EXISTS public.shop_items
|
||||
RENAME COLUMN maximumquantity TO max_quantity;
|
||||
|
||||
Reference in New Issue
Block a user