erp-cicd/my-access-hub-main/supabase/migrations/20250809124902_77a931e2-2a51-437e-bcca-58959b16da19.sql
Ali 20e95c2fb6
Some checks failed
Build & Deploy Frontend / build-push-deploy (push) Failing after 15s
pushing all
2025-08-30 11:51:11 +05:30

3 lines
168 B
SQL

-- Add optional next_renewal_amount to services for specifying upcoming renewal amount
ALTER TABLE public.services
ADD COLUMN IF NOT EXISTS next_renewal_amount numeric;