gitfoss-fork-fork | 8a0b9c7ca071edfc63cb46901cd60bb5e6671f75 | db/migrations/20220929155220_make_pull_request_closed_at_optional/migration.sql ∙ GitFOSS
-- AlterTable
ALTER TABLE "PullRequest" ALTER COLUMN "closedAt" DROP NOT NULL;