Skip to content

Commit

Permalink
fix: collection remove field after migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed Sep 13, 2023
1 parent a564f78 commit 6a72408
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default class extends Migration {
const exists = await field.existsInDb({ transaction });

if (!exists) {
collection.removeField('uiSchemaUid');
return;
}

Expand Down

0 comments on commit 6a72408

Please sign in to comment.