refactor: remove obsolete project mode
This commit is contained in:
@@ -347,7 +347,6 @@ model Project {
|
||||
id String @id @default(uuid())
|
||||
name String
|
||||
description String?
|
||||
mode String @default("novel-promotion")
|
||||
userId String
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user