Skip to content

Commit

Permalink
BC-7197 remove type index
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wiaderek authored and Tomasz Wiaderek committed Apr 25, 2024
1 parent cef3efa commit da76624
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const PATH_SEPARATOR = ',';

@Entity({ tableName: 'boardnodes', discriminatorColumn: 'type', abstract: true })
@Index({ properties: ['path'] })
@Index({ properties: ['type'] })
export abstract class BoardNode extends BaseEntityWithTimestamps {
constructor(props: BoardNodeProps) {
super();
Expand Down

0 comments on commit da76624

Please sign in to comment.