Skip to content

Commit

Permalink
fix(db): re-generate migration
Browse files Browse the repository at this point in the history
  • Loading branch information
danshilm committed Oct 15, 2023
1 parent 6cc70d5 commit 1817c74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { MigrationInterface, QueryRunner } from 'typeorm';

export class AddUserPushoverSound1661138015903 implements MigrationInterface {
name = 'AddUserPushoverSound1661138015903';
export class AddUserPushoverSound1697393491630 implements MigrationInterface {
name = 'AddUserPushoverSound1697393491630';

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

0 comments on commit 1817c74

Please sign in to comment.