Skip to content

Commit

Permalink
remove public schema from migration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfill authored Jan 4, 2025
1 parent 3936808 commit 15c4b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class CreateProjectReleaseTable1734418823028 implements MigrationInterfac
ALTER TABLE "project_release" DROP CONSTRAINT "fk_project_release_project_id"
`)
await queryRunner.query(`
DROP INDEX "public"."idx_project_release_project_id"
DROP INDEX "idx_project_release_project_id"
`)
await queryRunner.query(`
DROP TABLE "project_release"
Expand Down

0 comments on commit 15c4b54

Please sign in to comment.