reset migrations

This commit is contained in:
Len 2023-12-04 15:21:28 +01:00
parent 3752797854
commit 5f1bc921fc

View file

@ -4,7 +4,6 @@ import { randomUUID } from 'crypto';
import { PreviewSuites } from '../renderer/store/features/device-manager';
import { defaultDevices, Device } from '../common/deviceList';
import { DefaultGuide } from '../renderer/components/Previewer/Guides';
const defaultActiveDevices = ['10008', '10013', '10015'];
@ -89,7 +88,4 @@ export const migrations = {
},
]);
},
'1.2.2': (store: Store) => {
// Do we need a new migration???
},
};