diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-29 18:06:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-29 18:06:11 -0700 |
| commit | 1b66788e84c1d2eef875534cd02685b56d08547f (patch) | |
| tree | bfffba298c779d4f272643121678ada13d6d4aef /backend/schema.prisma | |
| parent | 5e7e537b955bafd4a8bd855347a1f6466ce8d027 (diff) | |
migrate to pnpm
Diffstat (limited to 'backend/schema.prisma')
| -rw-r--r-- | backend/schema.prisma | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/schema.prisma b/backend/schema.prisma index d3c0588..88a131f 100644 --- a/backend/schema.prisma +++ b/backend/schema.prisma @@ -14,6 +14,7 @@ model User { salt String email String @unique sessions Session[] + scores Score[] } model Session { |
