Initial commit - Route Commerce platform
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Migration 056: Wholesale Price Sheet Notification Type
|
||||
-- Adds price_sheet to the wholesale_notification_type enum.
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TYPE wholesale_notification_type ADD VALUE IF NOT EXISTS 'price_sheet';
|
||||
|
||||
COMMIT;
|
||||
|
||||
NOTIFY pgrst, 'reload schema';
|
||||
Reference in New Issue
Block a user