add enable chat
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-26 12:27:38 +03:30
parent ea629fcbf6
commit 40e78b4ccd
8 changed files with 34 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ export class RestaurantsSeeder {
subscriptionStartDate: new Date('2026-01-01'),
subscriptionEndDate: new Date('2026-01-07'),
isActive: true,
enableAiChat: false,
});
em.persist(restaurant);
}