Skip to content

Commit

Permalink
Updated project review status enum creation query
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Feb 23, 2023
1 parent 44d5b99 commit 8a328b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions migration/1677073819672-SetProjectReviewStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export class SetProjectReviewStatus1677073819672 implements MigrationInterface {
END IF;
END$$;
ALTER TYPE PUBLIC.PROJECT_REVIEWSTATUS_ENUM OWNER TO POSTGRES;
`);
await queryRunner.query(`
ALTER TABLE IF EXISTS project
Expand Down

0 comments on commit 8a328b6

Please sign in to comment.