Skip to content

Commit

Permalink
fix(migrations): add location mapping entity
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Jul 21, 2023
1 parent d2abd21 commit 278fd9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const ddbAttributes: Parameters<typeof createLegacyEntity>[2] = {
},
meta: {
type: "map"
},
location: {
type: "map"
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const ddbAttributes: Parameters<typeof createLegacyEntity>[2] = {
},
meta: {
type: "map"
},
location: {
type: "map"
}
};

Expand Down

0 comments on commit 278fd9c

Please sign in to comment.