mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +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;
|
RENAME COLUMN rankreqg TO min_gr;
|
||||||
|
|
||||||
ALTER TABLE IF EXISTS public.shop_items
|
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
|
ALTER TABLE IF EXISTS public.shop_items
|
||||||
RENAME COLUMN maximumquantity TO max_quantity;
|
RENAME COLUMN maximumquantity TO max_quantity;
|
||||||
|
|||||||
Reference in New Issue
Block a user