Skip to content

Commit

Permalink
Delete migration
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 committed Oct 28, 2022
1 parent f59a1dc commit fe6bd7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
VisBuilderSavedObjectAttributes,
VISBUILDER_SAVED_OBJECT,
} from '../../common';
import { visBuilderSavedObjectTypeMigrations } from './vis_builder_migration';

export const visBuilderSavedObjectType: SavedObjectsType = {
name: VISBUILDER_SAVED_OBJECT,
Expand All @@ -30,7 +29,7 @@ export const visBuilderSavedObjectType: SavedObjectsType = {
};
},
},
migrations: visBuilderSavedObjectTypeMigrations,
migrations: {},
mappings: {
properties: {
title: {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit fe6bd7d

Please sign in to comment.