schema migration
This commit is contained in:
parent
fb2c7896b3
commit
92228c4379
@ -0,0 +1,2 @@
|
|||||||
|
-- DropIndex
|
||||||
|
DROP INDEX "PreviewApplication_applicationId_key";
|
@ -139,7 +139,7 @@ model PreviewApplication {
|
|||||||
sourceBranch String
|
sourceBranch String
|
||||||
isRandomDomain Boolean @default(false)
|
isRandomDomain Boolean @default(false)
|
||||||
customDomain String?
|
customDomain String?
|
||||||
applicationId String @unique
|
applicationId String
|
||||||
application Application @relation(fields: [applicationId], references: [id])
|
application Application @relation(fields: [applicationId], references: [id])
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
Loading…
Reference in New Issue
Block a user