dev: remove index
This commit is contained in:
parent
a85780c930
commit
4a34198b78
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ export class RuleEntity {
|
|||
@Column()
|
||||
albumId!: string;
|
||||
|
||||
@Index('IDX_smartAlbumPolicy_albumId')
|
||||
@ManyToOne(() => AlbumEntity, (album) => album.rules, { onDelete: 'CASCADE', onUpdate: 'CASCADE' })
|
||||
album!: AlbumEntity;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue