fix: add missing Bed and Locker entities to TypeORM registration
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export { Student } from './student.entity';
|
||||
export { Room } from './room.entity';
|
||||
export { Occupancy } from './occupancy.entity';
|
||||
export { Bed } from './bed.entity';
|
||||
export { Locker } from './locker.entity';
|
||||
export { RoomExpense } from './room-expense.entity';
|
||||
export { PersonalExpense } from './personal-expense.entity';
|
||||
export { Bill } from './bill.entity';
|
||||
|
||||
Reference in New Issue
Block a user