File tree 2 files changed +0
-48
lines changed
src/core/server/saved_objects
2 files changed +0
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import { schema , TypeOf } from '@kbn/config-schema' ;
10
- import { ConfigDeprecationProvider } from '../config' ;
11
10
import type { ServiceConfigDescriptor } from '../internal_types' ;
12
11
13
12
const migrationSchema = schema . object ( {
@@ -21,13 +20,10 @@ const migrationSchema = schema.object({
21
20
22
21
export type SavedObjectsMigrationConfigType = TypeOf < typeof migrationSchema > ;
23
22
24
- const migrationDeprecations : ConfigDeprecationProvider = ( { unused } ) => [ unused ( 'enableV2' ) ] ;
25
-
26
23
export const savedObjectsMigrationConfig : ServiceConfigDescriptor < SavedObjectsMigrationConfigType > =
27
24
{
28
25
path : 'migrations' ,
29
26
schema : migrationSchema ,
30
- deprecations : migrationDeprecations ,
31
27
} ;
32
28
33
29
const soSchema = schema . object ( {
You can’t perform that action at this time.
0 commit comments