Skip to content

Commit

Permalink
sql: Add donor migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
matthe815 committed Aug 1, 2024
1 parent d78bf15 commit d543b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prisma/migrations/20240801065036_donors/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "user" ADD COLUMN "isDonor" BOOLEAN NOT NULL DEFAULT false;

0 comments on commit d543b59

Please sign in to comment.