-- Add pricing_tiers column to services table for tiered pricing ALTER TABLE "services" ADD COLUMN IF NOT EXISTS "pricing_tiers" text;