feat: add plan title field with data migration

This commit is contained in:
2026-01-12 22:32:45 +01:00
parent 9db5466fb2
commit 3de2661f46
8 changed files with 72 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ generator client {
model Plan {
id String @id @default(cuid())
title String
password String
startDate DateTime
endDate DateTime