Skip to content

Commit e273dad

Browse files
committed
fix: partition key for historyDB
1 parent a9f6a15 commit e273dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = {
547547
{
548548
name: 'history'
549549
paths: [
550-
'/id'
550+
'/userId'
551551
]
552552
}
553553
]

0 commit comments

Comments
 (0)