Skip to content

Commit

Permalink
add migration for columnBoard node if created default board
Browse files Browse the repository at this point in the history
  • Loading branch information
EzzatOmar committed Nov 18, 2023
1 parent c1d87c4 commit 251b280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/server/src/modules/board/service/column-board.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ export class ColumnBoardService {

await this.boardDoRepo.save(columnBoard);

await this.migrateColumnBoardToPermissionContext(columnBoard.id);

return columnBoard;
}

Expand Down

0 comments on commit 251b280

Please sign in to comment.