refactor: remove obsolete project mode
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `projects`
|
||||
DROP COLUMN `mode`;
|
||||
@@ -353,7 +353,6 @@ model Project {
|
||||
id String @id @default(uuid())
|
||||
name String
|
||||
description String? @db.Text
|
||||
mode String @default("novel-promotion")
|
||||
userId String
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
|
||||
@@ -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