patches: v1.2.2 #56

Merged
jkeffects merged 2 commits from develop into main 2025-01-31 10:42:32 +00:00
Showing only changes of commit 7c08251ff6 - Show all commits

View file

@ -12,6 +12,10 @@ export class UpdateViews1737800468938 implements MigrationInterface {
// await queryRunner.dropView("member_executive_positions_view");
// await queryRunner.dropView("member_qualifications_view");
// await queryRunner.dropView("member_view");
await queryRunner.query(`DROP VIEW IF EXISTS membership_view`);
await queryRunner.query(`DROP VIEW IF EXISTS member_executive_positions_view`);
await queryRunner.query(`DROP VIEW IF EXISTS member_qualifications_view`);
await queryRunner.query(`DROP VIEW IF EXISTS member_view`);
await queryRunner.createView(
new View({