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