Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-22 17:42:41 +00:00
co-authored by renee-png
parent 504be764c7
commit 3577acd80f
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
ALTER TABLE public.clients
ADD COLUMN IF NOT EXISTS default_hourly_rate numeric,
ADD COLUMN IF NOT EXISTS default_flat_fee_amount numeric;