Skip to content

Commit 5f1d56a

Browse files
committed
chore: update migration references and bump package version to 11.0.3
- Replaced the old migration reference `MigrationName1781587937032` with the new `MigrationName1781750000000` in the Postgres schema migrations index. - Updated the package version in `package-lock.json` from 11.0.2 to 11.0.3.
1 parent 9c9ed8e commit 5f1d56a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Common/Server/Infrastructure/Postgres/SchemaMigrations/1781587937032-MigrationName.ts renamed to Common/Server/Infrastructure/Postgres/SchemaMigrations/1781750000000-MigrationName.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MigrationInterface, QueryRunner } from "typeorm";
22

3-
export class MigrationName1781587937032 implements MigrationInterface {
4-
public name = "MigrationName1781587937032";
3+
export class MigrationName1781750000000 implements MigrationInterface {
4+
public name = "MigrationName1781750000000";
55

66
public async up(queryRunner: QueryRunner): Promise<void> {
77
await queryRunner.query(

Common/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ import { MigrationName1781250074195 } from "./1781250074195-MigrationName";
386386
import { AddTelemetryEntityLabels1781300000000 } from "./1781300000000-AddTelemetryEntityLabels";
387387
import { AddServiceTelemetrySdkLanguage1781400000000 } from "./1781400000000-AddServiceTelemetrySdkLanguage";
388388
import { AddProxmoxAndCephClusterTables1781500000000 } from "./1781500000000-AddProxmoxAndCephClusterTables";
389-
import { MigrationName1781587937032 } from "./1781587937032-MigrationName";
390389
import { AddProxmoxCephV2Columns1781600000000 } from "./1781600000000-AddProxmoxCephV2Columns";
391390
import { AddProxmoxCephActivityAndRules1781600000001 } from "./1781600000001-AddProxmoxCephActivityAndRules";
392391
import { AddProxmoxCephV3Columns1781700000000 } from "./1781700000000-AddProxmoxCephV3Columns";
392+
import { MigrationName1781750000000 } from "./1781750000000-MigrationName";
393393

394394
export default [
395395
InitialMigration,
@@ -783,5 +783,5 @@ export default [
783783
AddProxmoxCephV2Columns1781600000000,
784784
AddProxmoxCephActivityAndRules1781600000001,
785785
AddProxmoxCephV3Columns1781700000000,
786-
MigrationName1781587937032,
786+
MigrationName1781750000000,
787787
];

Common/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)