remove inventory
This commit is contained in:
@@ -2,7 +2,7 @@ import { Entity, Index, Property, ManyToOne, Enum } from '@mikro-orm/core';
|
||||
import { BaseEntity } from '../../../../common/entities/base.entity';
|
||||
import { User } from './user.entity';
|
||||
import { WalletTransactionReason, WalletTransactionType } from '../interface/wallet';
|
||||
import { Shop } from ../../..shops/entities/shop.entity';
|
||||
import { Shop } from ../../../shops/entities/shop.entity';
|
||||
|
||||
@Entity({ tableName: 'wallet_transactions' })
|
||||
@Index({ properties: ['user', 'shop'] })
|
||||
|
||||
Reference in New Issue
Block a user