Initial commit - Route Commerce platform

This commit is contained in:
2026-06-01 19:40:55 +00:00
commit 53a9671461
617 changed files with 106132 additions and 0 deletions
@@ -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';