Refactor imported -> linked in server and i18n

This commit is contained in:
Andrés Manelli 2018-05-02 15:11:26 -03:00
parent f76d8e47a8
commit 692a1bc369
3 changed files with 9 additions and 8 deletions

View file

@ -219,7 +219,7 @@ Migrations.add('add-card-types', () => {
{ _id: card._id },
{ $set: {
type: 'cardType-card',
importedId: null } },
linkedId: null } },
noValidate
);
});