@campus-labs/prisma-client 0.18.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +1 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -116,6 +116,7 @@ model initiatives {
|
|
|
116
116
|
title String @db.VarChar(100)
|
|
117
117
|
description String @db.VarChar(3000)
|
|
118
118
|
img Json[]
|
|
119
|
+
img_header Json?
|
|
119
120
|
inscription_deadline DateTime @db.Timestamp(6)
|
|
120
121
|
start_date DateTime @db.Timestamp(6)
|
|
121
122
|
end_date DateTime @db.Timestamp(6)
|