Skip to content

Commit

Permalink
remove test migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Jan 22, 2024
1 parent ed25939 commit 01427b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.

This file was deleted.

12 changes: 0 additions & 12 deletions app/database/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -524,15 +524,3 @@ model Announcement {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}


model Error {
id String @id @default(cuid())
message String
stack String
// Datetime
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}

0 comments on commit 01427b0

Please sign in to comment.