Skip to content

Commit 27f2eb8

Browse files
fix: minor
1 parent 2874618 commit 27f2eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SchemaMigrations/Migrations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export interface SchemaOptions {
66
deleteExtraFields: ?boolean;
77
recreateModifiedFields: ?boolean;
88
lockSchemas: ?boolean;
9+
dropUnknownIndexes: ?boolean;
910
beforeMigration: ?() => void | Promise<void>;
1011
afterMigration: ?() => void | Promise<void>;
1112
}

0 commit comments

Comments
 (0)