Skip to content

Commit

Permalink
Revert "Enable v2 so migrations, disable in FTR tests (#89297)"
Browse files Browse the repository at this point in the history
This reverts commit c8afae8.
  • Loading branch information
spalger committed Feb 2, 2021
1 parent 29e3886 commit 850c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/saved_objects_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const savedObjectsMigrationConfig = {
pollInterval: schema.number({ defaultValue: 1500 }),
skip: schema.boolean({ defaultValue: false }),
// TODO migrationsV2: remove/deprecate once we release migrations v2
enableV2: schema.boolean({ defaultValue: true }),
enableV2: schema.boolean({ defaultValue: false }),
}),
};

Expand Down

0 comments on commit 850c03c

Please sign in to comment.