remove point from food

This commit is contained in:
2025-12-13 11:37:57 +03:30
parent c25a5afe01
commit b5bb63d1f2
4 changed files with 2 additions and 11 deletions
@@ -30,9 +30,6 @@ export class Food extends BaseEntity {
@Property({ type: 'decimal', precision: 10, scale: 2, nullable: true })
price?: number;
@Property({ type: 'int', nullable: true })
points?: number;
@Property({ type: 'int', nullable: true })
order?: number;