change the schema from public to freight

This commit is contained in:
marshal
2026-05-23 10:00:40 +03:00
parent ecbf1f2408
commit 2064e6efda
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import { BaseEntity } from "@edr/api-common";
import { Freight } from "@edr/types";
import { Column, Entity } from "typeorm";
@Entity({ name: "tracking_events" })
@Entity({schema:"freight", name: "tracking_events" })
export class TrackingEvent extends BaseEntity {
@Column({ name: "consignment_id", type: "uuid" })
consignmentId!: string;