fix
All checks were successful
SonarQube / Build and analyze (push) Successful in 3m32s

This commit is contained in:
Leonid Pershin
2025-10-21 04:06:00 +03:00
parent 800a3e97eb
commit 6d62c82947
5 changed files with 259 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
// <auto-generated />
// <auto-generated />
using System;
using System.Diagnostics.CodeAnalysis;
using ChatBot.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;

View File

@@ -1,4 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System.Diagnostics.CodeAnalysis;
using Microsoft.EntityFrameworkCore.Migrations;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
@@ -6,6 +7,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
namespace ChatBot.Migrations
{
/// <inheritdoc />
[ExcludeFromCodeCoverage]
public partial class InitialCreate : Migration
{
private const string ChatSessionsTableName = "chat_sessions";

View File

@@ -1,5 +1,6 @@
// <auto-generated />
// <auto-generated />
using System;
using System.Diagnostics.CodeAnalysis;
using ChatBot.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
@@ -11,6 +12,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
namespace ChatBot.Migrations
{
[DbContext(typeof(ChatBotDbContext))]
[ExcludeFromCodeCoverage]
partial class ChatBotDbContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)