Skip to content

Commit 5f34934

Browse files
[PRMP-1444] add custodian index order by created
1 parent 3778a57 commit 5f34934

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

infrastructure/dynamo_db.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,12 @@ module "user_restriction_table" {
641641
range_key = "Created"
642642
projection_type = "ALL"
643643
},
644+
{
645+
name = "CustodianIndex"
646+
hash_key = "Custodian"
647+
range_key = "Created"
648+
projection_type = "ALL"
649+
},
644650
{
645651
name = "CustodianByNhsNumberIndex"
646652
hash_key = "Custodian"

0 commit comments

Comments
 (0)