Merged in feature/IO-2261-opensearch-replacements (pull request #761)

IO-2261 Add in missing field "date" for Payments

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2023-05-05 17:56:14 +00:00
committed by Patrick Fic
3 changed files with 4 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ async function OpenSearchUpdateHandler(req, res) {
"id",
"amount",
"created_at",
"date",
"exportedat",
"memo",
"payer",