mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
move migrate-db to own repo
This commit is contained in:
parent
d6e17fe982
commit
0b16d06d8c
5 changed files with 0 additions and 450 deletions
|
|
@ -1,13 +1,11 @@
|
|||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
previewFeatures = ["postgresqlExtensions"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
extensions = [pgcrypto]
|
||||
}
|
||||
|
||||
model User {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue