fix: region id

This commit is contained in:
fPolic
2024-01-17 10:55:03 +01:00
parent ef7f51afe6
commit 6341533eb0

View File

@@ -57,8 +57,8 @@ export default class PaymentCollection {
})
refunded_amount?: number | null
@Property({ columnType: "text", nullable: true })
region_id?: string | null
@Property({ columnType: "text" })
region_id: string
@Property({
onCreate: () => new Date(),