feat: add region index

This commit is contained in:
fPolic
2024-01-17 12:14:30 +01:00
parent 6341533eb0
commit aa1585b52c
@@ -57,7 +57,7 @@ export default class PaymentCollection {
})
refunded_amount?: number | null
@Property({ columnType: "text" })
@Property({ columnType: "text", index: "IDX_payment_collection_region_id" })
region_id: string
@Property({