refactor: native feature management (#2350)

This commit is contained in:
Mo
2023-07-12 12:56:08 -05:00
committed by GitHub
parent 49f7581cd8
commit 078ef3772c
223 changed files with 3996 additions and 3438 deletions

View File

@@ -5,6 +5,7 @@ import { Migration2_36_0 } from './2_36_0'
import { Migration2_42_0 } from './2_42_0'
import { Migration2_167_6 } from './2_167_6'
import { Migration2_168_6 } from './2_168_6'
import { Migration2_202_1 } from './2_202_1'
export const MigrationClasses = [
Migration2_0_15,
@@ -14,6 +15,7 @@ export const MigrationClasses = [
Migration2_42_0,
Migration2_167_6,
Migration2_168_6,
Migration2_202_1,
]
export {
@@ -24,4 +26,5 @@ export {
Migration2_42_0,
Migration2_167_6,
Migration2_168_6,
Migration2_202_1,
}