db schema connects

This commit is contained in:
Julian Krauser 2025-05-28 17:06:45 +02:00
parent baa3b2cc8c
commit 8c81c8f336
7 changed files with 33 additions and 2 deletions

View file

@ -3,6 +3,7 @@ import { getTypeByORM } from "../../../migrations/ormHelper";
import { wearableType } from "./wearableType";
import { damageReport } from "../damageReport";
import { member } from "../../club/member/member";
import { inspection } from "../inspection/inspection";
@Entity()
export class wearable {