Skip to content

Commit

Permalink
fix: accidental commit prisma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed May 20, 2024
1 parent 4969541 commit 1d512d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/deepsirius-ui/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ generator client {
}

datasource db {
provider = "sqlite"
// provider = "postgresql"
// provider = "sqlite"
provider = "postgresql"
// NOTE: When using mysql or sqlserver, uncomment the @db.Text annotations in model Account below
// Further reading:
// https://next-auth.js.org/adapters/prisma#create-the-prisma-schema
Expand Down

0 comments on commit 1d512d4

Please sign in to comment.