update seeder

This commit is contained in:
2025-12-31 15:36:25 +03:30
parent de288d469b
commit d10015d692
4 changed files with 930 additions and 873 deletions
+3 -2
View File
@@ -11,8 +11,9 @@ export class RestaurantsSeeder {
if (!restaurant) {
restaurant = em.create(Restaurant, {
...restaurantData,
subscriptionEndDate: new Date('2025-12-26'),
subscriptionStartDate: new Date('2026-12-26'),
subscriptionStartDate: new Date('2026-01-01'),
subscriptionEndDate: new Date('2026-01-07'),
isActive: true,
});
em.persist(restaurant);
}