remove unused

This commit is contained in:
2026-03-09 16:11:57 +03:30
parent 59dc8be0e7
commit 8f833b5677
37 changed files with 26 additions and 11247 deletions
@@ -10,7 +10,7 @@ import { CatalogueRepository } from "../repositories/catalogue.repository";
@Entity({ repository: () => CatalogueRepository })
export class Catalogue extends BaseEntity {
@Property({ type: "varchar", length: 255, unique: true })
@Property({ type: "varchar", length: 255})
name!: string;
@Property({ type: "json" })