Skip to content

Commit

Permalink
style: format prisma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Nov 5, 2024
1 parent bd8bb14 commit 5f70433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasource db {
provider = "postgresql"
url = env("DB_URL")
provider = "postgresql"
url = env("DB_URL")
extensions = [tsm_system_rows]
}

Expand Down

0 comments on commit 5f70433

Please sign in to comment.