All checks were successful
Build & Deploy Frontend / build-push-deploy (push) Successful in 1m45s
3 lines
168 B
SQL
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; |