mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 16:04:54 +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 { SpaceProductModelEntity } from './space-product-model.entity';
|
||||||
import { SpaceModelEntity } from './space-model.entity';
|
import { SpaceModelEntity } from './space-model.entity';
|
||||||
|
|
||||||
@Entity({ name: 'space-product-item' })
|
@Entity({ name: 'space-product-item-model' })
|
||||||
@Unique(['tag', 'spaceProductModel', 'spaceModel'])
|
@Unique(['tag', 'spaceProductModel', 'spaceModel'])
|
||||||
export class SpaceProductItemModelEntity extends AbstractEntity<SpaceProductItemDto> {
|
export class SpaceProductItemModelEntity extends AbstractEntity<SpaceProductItemDto> {
|
||||||
@Column({
|
@Column({
|
||||||
|
|||||||
Reference in New Issue
Block a user