Merge pull request #222 from SyncrowIOT/bugfix/get-space-model

Bugfix/get space model
This commit is contained in:
hannathkadher
2025-01-22 12:55:41 +04:00
committed by GitHub
3 changed files with 22 additions and 14 deletions

View File

@ -6,7 +6,6 @@ import { SubspaceEntity } from '@app/common/modules/space/entities';
import { TagModel } from '../tag-model.entity';
@Entity({ name: 'subspace-model' })
@Unique(['subspaceName', 'spaceModel'])
export class SubspaceModelEntity extends AbstractEntity<SubSpaceModelDto> {
@Column({
type: 'uuid',