fix: add missing payment_method column to orders table
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Migration: Add missing payment_method column to orders table
|
||||
-- Purpose: Add payment_method column to public.orders and reload Schema Cache.
|
||||
|
||||
ALTER TABLE public.orders ADD COLUMN IF NOT EXISTS payment_method TEXT;
|
||||
|
||||
NOTIFY pgrst, 'reload schema';
|
||||
Reference in New Issue
Block a user