Skip to content

Commit

Permalink
Migrations V2 on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Dec 17, 2020
1 parent 694bbd4 commit a974a4a
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 @@ -29,7 +29,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 a974a4a

Please sign in to comment.