Skip to content

Commit

Permalink
pushing new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorfarshore committed Aug 8, 2023
1 parent ca7eeb4 commit fd33726
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 { MigrationInterface, QueryRunner } from 'typeorm';

export class AlbumCoverUnique1691323450024 implements MigrationInterface {
name = 'AlbumCoverUnique1691323450024';
export class ListingSoldPrice1691495666743 implements MigrationInterface {
name = 'ListingSoldPrice1691495666743';

public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query(`DROP INDEX "public"."IDX_UNIQUE_COVER_ID"`);
Expand Down

0 comments on commit fd33726

Please sign in to comment.