Skip to content

Commit

Permalink
fix 1444 keep my migrations latest
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-sharpe committed Sep 3, 2024
1 parent 1126ee9 commit 2eb4be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MigrationInterface, QueryRunner } from "typeorm"

export class RemoveHideLinesOutsideToleranceFromConfig1722419367805
export class RemoveHideLinesOutsideToleranceFromConfig1724249694345
implements MigrationInterface
{
public async up(queryRunner: QueryRunner): Promise<void> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MigrationInterface, QueryRunner } from "typeorm"

export class UpdateSchemaForChartConfigChange1722419367806
export class UpdateSchemaForChartConfigChange1724249694346
implements MigrationInterface
{
public async up(queryRunner: QueryRunner): Promise<void> {
Expand Down

0 comments on commit 2eb4be8

Please sign in to comment.