mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-10 01:44:29 +01:00
update: change default launch_status project schema
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Project" ALTER COLUMN "launch_status" SET DEFAULT E'Launched';
|
||||
@@ -146,7 +146,7 @@ model Project {
|
||||
lightning_address String?
|
||||
lnurl_callback_url String?
|
||||
tagline String @default("")
|
||||
launch_status String @default("")
|
||||
launch_status String @default("Launched")
|
||||
hashtag String @default("")
|
||||
|
||||
category Category @relation(fields: [category_id], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user