Skip to content

Commit

Permalink
Get supabase up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoggr committed Aug 31, 2023
1 parent 992171f commit 6a12a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "evaluation" ADD COLUMN "is_upload" BOOLEAN;
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ model User {
github_user_id String? @db.Uuid
role String @default("user")
evaluator Evaluator[]
test String?
@@map("user")
}
Expand Down

0 comments on commit 6a12a70

Please sign in to comment.