Fix FinTS transaction deduplication
This commit is contained in:
@@ -77,6 +77,7 @@ export default defineSchema({
|
||||
.index("by_user", ["userId"])
|
||||
.index("by_user_booking", ["userId", "bookingDate"])
|
||||
.index("by_user_effmonth", ["userId", "effectiveMonth"])
|
||||
.index("by_user_effmonth_booking", ["userId", "effectiveMonth", "bookingDate"])
|
||||
.index("by_user_category", ["userId", "categoryId"])
|
||||
.index("by_user_account", ["userId", "accountId"])
|
||||
.index("by_user_account_booking", ["userId", "accountId", "bookingDate"])
|
||||
|
||||
Reference in New Issue
Block a user