This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:15:47 +00:00
parent c30a081f49
commit 1bbf4698fb
5 changed files with 74 additions and 33 deletions
@@ -0,0 +1,3 @@
-- Add company_name column to profiles table
ALTER TABLE public.profiles
ADD COLUMN company_name text;