feat: Add email field to end_customers table and UI screens
All checks were successful
Staging Build / build (push) Successful in 2m36s
All checks were successful
Staging Build / build (push) Successful in 2m36s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Migration: Add email column to end_customers table
|
||||
ALTER TABLE public.end_customers
|
||||
ADD COLUMN IF NOT EXISTS email TEXT;
|
||||
Reference in New Issue
Block a user