Skip to content

Commit

Permalink
Revert "Revert "Enable v2 so migrations, disable in FTR tests (elasti…
Browse files Browse the repository at this point in the history
…c#89297)""

This reverts commit 850c03c.
  • Loading branch information
spalger committed Feb 2, 2021
1 parent 850c03c commit e051345
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: false }),
enableV2: schema.boolean({ defaultValue: true }),
}),
};

Expand Down

0 comments on commit e051345

Please sign in to comment.