mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
edit migrations
This commit is contained in:
parent
843f1a36ec
commit
ddeafe4ba8
6 changed files with 132 additions and 65 deletions
|
|
@ -1,10 +1,12 @@
|
|||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
previewFeatures = ["referentialIntegrity"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "mysql"
|
||||
url = env("DATABASE_URL")
|
||||
referentialIntegrity = "prisma"
|
||||
}
|
||||
|
||||
model account {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue