Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 20, 2024
1 parent cde2738 commit 105215e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-collect/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ model Coverage {
createdAt DateTime @default(now()) @map("created_at") @db.Timestamp(3)
updatedAt DateTime @default(now()) @map("updated_at") @db.Timestamp(3)
@@map("coverage")
@@map("canyon_v2_coverage")
}
2 changes: 1 addition & 1 deletion packages/canyon-platform/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ model Coverage {
createdAt DateTime @default(now()) @map("created_at") @db.Timestamp(3)
updatedAt DateTime @default(now()) @map("updated_at") @db.Timestamp(3)
@@map("coverage")
@@map("canyon_v2_coverage")
}

0 comments on commit 105215e

Please sign in to comment.