update(fe): table name

This commit is contained in:
Admin 2025-12-15 09:59:31 +07:00
parent a10e4a5455
commit f27ade86d9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {
UpdateDateColumn,
} from "typeorm";
@Entity({ name: "skus" })
@Entity({ name: process.env.TABEL_SKUS })
export class Sku {
@PrimaryGeneratedColumn("increment")
id!: number;