Page MenuHomePhabricator

Update latest backup id search index to include 'msgBackup'
ClosedPublic

Authored by marcin on Apr 23 2024, 3:48 AM.
Tags
None
Referenced Files
F2020891: D11733.id39540.diff
Sun, Jun 16, 5:52 PM
Unknown Object (File)
Thu, Jun 13, 5:22 AM
Unknown Object (File)
Thu, Jun 13, 12:03 AM
Unknown Object (File)
Wed, Jun 12, 8:31 AM
Unknown Object (File)
Wed, Jun 12, 7:40 AM
Unknown Object (File)
Tue, Jun 11, 10:05 AM
Unknown Object (File)
Tue, Jun 11, 10:05 AM
Unknown Object (File)
Tue, Jun 11, 10:05 AM
Subscribers

Details

Summary

This differential updatest backup table dynamodb schema. Without this change I was unable to get backup messages from dynamodb back even though I was able to put them
in the db. My understanding is that when fetching latest backup item we use index that previously wasn't aware of msg_backup field.

Test Plan

run terraform fmt and validate.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Looks good, let me know when you'll be landing this, so we can do terraform apply together

services/terraform/modules/shared/dynamodb.tf
27

Technically doesn't matter, but consider my comment in https://phab.comm.dev/D11713#inline-70321

This revision is now accepted and ready to land.Apr 24 2024, 2:00 AM

Rename msgBackup to siweBackupMsg