16 lines
778 B
TypeScript
16 lines
778 B
TypeScript
import { InitialSchema1000000000000 } from './1000000000000-InitialSchema';
|
|
import { ServerAccessControl1000000000001 } from './1000000000001-ServerAccessControl';
|
|
import { ServerChannels1000000000002 } from './1000000000002-ServerChannels';
|
|
import { RepairLegacyVoiceChannels1000000000003 } from './1000000000003-RepairLegacyVoiceChannels';
|
|
import { NormalizeServerArrays1000000000004 } from './1000000000004-NormalizeServerArrays';
|
|
import { ServerRoleAccessControl1000000000005 } from './1000000000005-ServerRoleAccessControl';
|
|
|
|
export const serverMigrations = [
|
|
InitialSchema1000000000000,
|
|
ServerAccessControl1000000000001,
|
|
ServerChannels1000000000002,
|
|
RepairLegacyVoiceChannels1000000000003,
|
|
NormalizeServerArrays1000000000004,
|
|
ServerRoleAccessControl1000000000005
|
|
];
|