add bg type
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-22 11:36:05 +03:30
parent d357dcd224
commit 7ce2ddfe5d
4 changed files with 68 additions and 0 deletions
@@ -109,6 +109,9 @@ export class Restaurant extends BaseEntity {
@Property({ nullable: true })
subscriptionStartDate?: Date;
@Property({ nullable: true })
bgType?: string;
@Property({ nullable: true })
bgUrl?: string;