Skip to content

Commit 11ff5c0

Browse files
committed
chore: add ename migrations
1 parent 672b18a commit 11ff5c0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

platforms/cerberus/src/web3adapter/mappings/group.mapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"participants": "users(participants[].id),participantIds",
1313
"charterSignatures": "charter_signature(charterSignatures[].id),signatureIds",
1414
"createdAt": "createdAt",
15-
"updatedAt": "updatedAt"
15+
"updatedAt": "updatedAt",
16+
"ename": "ename"
1617
},
1718
"readOnly": true
1819
}

platforms/evoting-api/src/web3adapter/mappings/group.mapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"owner": "owner",
1010
"admins": "users(admins[].id),adminIds",
1111
"charter": "charter",
12+
"ename": "ename",
1213
"participants": "users(participants[].id),participantIds",
1314
"members": "users(members[].id),memberIds",
1415
"isPrivate": "isPrivate",

platforms/group-charter-manager-api/src/web3adapter/mappings/group.mapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"participants": "users(participants[].id),participantIds",
1313
"charterSignatures": "charter_signatures(charterSignatures[].id),signatureIds",
1414
"createdAt": "createdAt",
15-
"updatedAt": "updatedAt"
15+
"updatedAt": "updatedAt",
16+
"ename": "ename"
1617
}
1718
}

platforms/pictique-api/src/web3adapter/mappings/chat.mapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "type",
99
"participants": "users(participants[].id),participantIds",
1010
"createdAt": "createdAt",
11-
"updatedAt": "updatedAt"
11+
"updatedAt": "updatedAt",
12+
"ename": "ename"
1213
}
1314
}

0 commit comments

Comments
 (0)