mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-22 05:01:48 +00:00
11 lines
290 B
TypeScript
11 lines
290 B
TypeScript
/**
|
|
* Order of execution:
|
|
* - Transfer
|
|
* - Change
|
|
* - Add
|
|
* - Remove
|
|
*
|
|
* Should allow the most flexibility whenever combination of migrations is necessary (e.g. Transfer + Change)
|
|
*/
|
|
export declare function migrateIfNecessary(): void;
|
|
//# sourceMappingURL=settingsMigration.d.ts.map
|