Skip to content

Commit

Permalink
moved migration to last in teh list
Browse files Browse the repository at this point in the history
  • Loading branch information
techsmyth committed Dec 21, 2024
1 parent d285280 commit 71ab7c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { MigrationInterface, QueryRunner } from 'typeorm';

export class AuthAnonymousReadAccess1733732413177
export class AuthAnonymousReadAccess1734708463666
implements MigrationInterface
{
name = 'AuthAnonymousReadAccess1733732413177';
name = 'AuthAnonymousReadAccess1734708463666';

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

0 comments on commit 71ab7c0

Please sign in to comment.