mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
revert road shop changes
This commit is contained in:
9
patch-schema/revert-road-shop.sql
Normal file
9
patch-schema/revert-road-shop.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.normal_shop_items
|
||||
DROP COLUMN IF EXISTS enable_weeks;
|
||||
|
||||
ALTER TABLE IF EXISTS public.shop_item_state
|
||||
DROP COLUMN IF EXISTS week;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user