feat: Add email field to end_customers table and UI screens
All checks were successful
Staging Build / build (push) Successful in 2m36s

This commit is contained in:
DanielS
2026-06-25 02:29:33 +02:00
parent b9e6559bff
commit b537ca50cf
7 changed files with 38 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- Migration: Add email column to end_customers table
ALTER TABLE public.end_customers
ADD COLUMN IF NOT EXISTS email TEXT;