mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 15:04:53 +00:00
updated table name
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user