@bash-app/bash-common 30.127.0 → 30.127.1
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 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -160,7 +160,7 @@ model BashFeedReport {
|
|
|
160
160
|
postId String
|
|
161
161
|
reason BashFeedReportReason
|
|
162
162
|
description String? @db.Text
|
|
163
|
-
status ReportStatus @default(
|
|
163
|
+
status ReportStatus @default(Pending)
|
|
164
164
|
reviewedBy String?
|
|
165
165
|
reviewedAt DateTime?
|
|
166
166
|
createdAt DateTime @default(now())
|