added subspace model product and item entities

This commit is contained in:
hannathkadher
2024-12-12 16:37:49 +04:00
parent e198c081cb
commit 9fdd559b9f
7 changed files with 82 additions and 1 deletions

View File

@ -34,6 +34,8 @@ import {
SpaceProductItemModelEntity,
SpaceProductModelEntity,
SubspaceModelEntity,
SubspaceProductItemModelEntity,
SubspaceProductModelEntity,
} from '../modules/space-model/entities';
@Module({
imports: [
@ -81,6 +83,8 @@ import {
SubspaceModelEntity,
SpaceProductEntity,
SpaceProductItemEntity,
SubspaceProductModelEntity,
SubspaceProductItemModelEntity,
],
namingStrategy: new SnakeNamingStrategy(),
synchronize: Boolean(JSON.parse(configService.get('DB_SYNC'))),