-- Add role_level column to profiles (e.g. Junior, Senior, Lead) ALTER TABLE "public"."profiles" ADD COLUMN IF NOT EXISTS "role_level" text;