Skip to content

Commit

Permalink
adjusting synonyms table and index (nasa-gcn#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey authored Feb 16, 2024
1 parent e51c5c0 commit 5ac40bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ circulars

synonyms
eventId *String
synonymId **String
PointInTimeRecovery true

auto_increment_metadata
Expand Down Expand Up @@ -151,8 +150,9 @@ legacy_users
name legacyAnnouncementReceivers

synonyms
synonymId *String
name synonymsById
uuid *String
eventId **String
name synonymsByUuid

@aws
runtime nodejs20.x
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_gcn.synonyms/synonyms.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
export interface Synonym {
eventId: string
synonymId: string
uuid: string
}

0 comments on commit 5ac40bc

Please sign in to comment.