We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874618 commit 27f2eb8Copy full SHA for 27f2eb8
src/SchemaMigrations/Migrations.js
@@ -6,6 +6,7 @@ export interface SchemaOptions {
6
deleteExtraFields: ?boolean;
7
recreateModifiedFields: ?boolean;
8
lockSchemas: ?boolean;
9
+ dropUnknownIndexes: ?boolean;
10
beforeMigration: ?() => void | Promise<void>;
11
afterMigration: ?() => void | Promise<void>;
12
}
0 commit comments