updated table name

This commit is contained in:
hannathkadher
2024-12-11 13:56:19 +04:00
parent 72c8445d24
commit 708a1d9a92

View File

@ -4,7 +4,7 @@ import { SpaceProductItemDto } from '../dtos';
import { SpaceProductModelEntity } from './space-product-model.entity';
import { SpaceModelEntity } from './space-model.entity';
@Entity({ name: 'space-product-item' })
@Entity({ name: 'space-product-item-model' })
@Unique(['tag', 'spaceProductModel', 'spaceModel'])
export class SpaceProductItemModelEntity extends AbstractEntity<SpaceProductItemDto> {
@Column({