Skip to content

Commit

Permalink
feat: Add taxNumber to migration script
Browse files Browse the repository at this point in the history
We have this metadata on tax documents
  • Loading branch information
Merkur39 committed Apr 10, 2024
1 parent 2f84186 commit 37f9c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/migration/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const OLD_METADATA_ATTRIBUTES = [
'cardNumber',
'vinNumber',
'ibanNumber',
'passportNumber'
'passportNumber',
'taxNumber'
]
const NEW_METADATA_ATTRIBUTE = 'number'

Expand Down

0 comments on commit 37f9c2a

Please sign in to comment.