seubert-claims/ondeck/prisma/migrations/20260120132837_remove_client_personnel/migration.sql
lorentz b036a93da2 Initial commit: OnDeck project
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:20:52 +00:00

5 lines
169 B
SQL

-- DropTable
DROP TABLE "client_personnel";
-- AlterTable: Remove primary_personnel_id from clients
ALTER TABLE "clients" DROP COLUMN IF EXISTS "primary_personnel_id";