Page MenuHomePhabricator

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

Authored by marcin on Tue, Apr 23, 3:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 7:59 AM
Unknown Object (File)
Tue, Apr 30, 11:54 AM
Unknown Object (File)
Sun, Apr 28, 2:30 PM
Unknown Object (File)
Fri, Apr 26, 2:30 PM
Unknown Object (File)
Tue, Apr 23, 9:18 PM
Unknown Object (File)
Tue, Apr 23, 9:18 PM
Unknown Object (File)
Tue, Apr 23, 9:17 PM
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.Wed, Apr 24, 2:00 AM

Rename msgBackup to siweBackupMsg