mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-03-14 18:55:51 +00:00
Add optional comment to Ad type and records #7409
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "ad" ADD COLUMN "comment" TEXT;
|
||||
@@ -27,6 +27,7 @@ model Ad {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
waypoints Waypoint[]
|
||||
comment String?
|
||||
|
||||
@@map("ad")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user