Изображения в услугах, поиске, возможность открыть карточку услуги

This commit is contained in:
Халимов Рустам
2026-03-06 23:14:39 +03:00
parent 420a86b92f
commit f5e20c1fb2
16 changed files with 480 additions and 11 deletions
@@ -1,5 +1,6 @@
// <auto-generated />
using System;
using System.Collections.Generic;
using System.Text.Json;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
@@ -72,9 +73,16 @@ namespace Nashel.Modules.Catalog.Infrastructure.Persistence.Migrations
b.Property<string>("Description")
.HasColumnType("text");
b.PrimitiveCollection<List<string>>("Images")
.IsRequired()
.HasColumnType("text[]");
b.Property<bool>("IsActive")
.HasColumnType("boolean");
b.Property<bool>("IsDeleted")
.HasColumnType("boolean");
b.Property<Guid>("PerformerId")
.HasColumnType("uuid");