updated spaceUuid

This commit is contained in:
hannathkadher
2024-10-30 23:50:52 +04:00
parent 689d42cf1e
commit f1c07360cb
4 changed files with 23 additions and 15 deletions

View File

@ -47,7 +47,8 @@ export class SceneEntity extends AbstractEntity<SceneDto> {
@Column({
nullable: false,
})
unitUuid: string;
spaceUuid: string;
@Column({
nullable: false,
})