feat: add delivery address migration, update companies server actions and rewrite companies page to support creation and edit of full address
All checks were successful
Staging Build / build (push) Successful in 2m37s
All checks were successful
Staging Build / build (push) Successful in 2m37s
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Migration: Add delivery address columns to companies table
|
||||
ALTER TABLE public.companies
|
||||
ADD COLUMN IF NOT EXISTS street TEXT,
|
||||
ADD COLUMN IF NOT EXISTS zip TEXT,
|
||||
ADD COLUMN IF NOT EXISTS city TEXT,
|
||||
ADD COLUMN IF NOT EXISTS email TEXT;
|
||||
Reference in New Issue
Block a user