mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
reset migrations
This commit is contained in:
parent
3752797854
commit
5f1bc921fc
1 changed files with 0 additions and 4 deletions
|
@ -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???
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue