diff --git a/server/migration/postgres/1745254842580-AddPlexProfilesSupport.ts b/server/migration/postgres/1745254842580-AddPlexProfilesSupport.ts index b94d0654..9c17c45e 100644 --- a/server/migration/postgres/1745254842580-AddPlexProfilesSupport.ts +++ b/server/migration/postgres/1745254842580-AddPlexProfilesSupport.ts @@ -1,4 +1,4 @@ -import { MigrationInterface, QueryRunner } from 'typeorm'; +import type { MigrationInterface, QueryRunner } from 'typeorm'; export class AddPlexProfilesSupport1745254842580 implements MigrationInterface { name = 'AddPlexProfilesSupport1745254842580'; diff --git a/server/migration/sqlite/1745254842580-AddPlexProfilesSupport.ts b/server/migration/sqlite/1745254842580-AddPlexProfilesSupport.ts index 138f5312..abceaf2e 100644 --- a/server/migration/sqlite/1745254842580-AddPlexProfilesSupport.ts +++ b/server/migration/sqlite/1745254842580-AddPlexProfilesSupport.ts @@ -1,4 +1,4 @@ -import { MigrationInterface, QueryRunner } from 'typeorm'; +import type { MigrationInterface, QueryRunner } from 'typeorm'; export class AddPlexProfilesSupport1745254842580 implements MigrationInterface { name = 'AddPlexProfilesSupport1745254842580';