Merge branch 'dev' of https://github.com/umami-software/umami into dev
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

# Conflicts:
#	prisma/schema.prisma
This commit is contained in:
Mike Cao 2025-11-22 16:40:42 -08:00
commit d51f0641a6
3 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ generator client {
datasource db {
provider = "postgresql"
relationMode = "prisma"
}
model User {