Skip to content

Commit

Permalink
fix 1444 needed to make sure migrations were still the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-sharpe committed Aug 28, 2024
1 parent 9f93ec7 commit 0899844
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 RemoveHideLinesOutsideToleranceFromConfig1721137710001
export class RemoveHideLinesOutsideToleranceFromConfig1722419367805
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 UpdateSchemaForChartConfigChange
export class UpdateSchemaForChartConfigChange1722419367806
implements MigrationInterface
{
public async up(queryRunner: QueryRunner): Promise<void> {
Expand Down

0 comments on commit 0899844

Please sign in to comment.