Dev #11

Merged
serega404 merged 87 commits from dev into main 2026-05-25 03:22:55 +03:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 7c18dbc014 - Show all commits
@@ -9,10 +9,10 @@ using UniVerse.Infrastructure.Data;
#nullable disable
namespace UniVerse.Infrastructure.Data.Migrations
namespace UniVerse.Infrastructure.Migrations
{
[DbContext(typeof(AppDbContext))]
[Migration("20260428124938_Initial")]
[Migration("20260506134139_Initial")]
partial class Initial
{
/// <inheritdoc />
@@ -4,7 +4,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
namespace UniVerse.Infrastructure.Data.Migrations
namespace UniVerse.Infrastructure.Migrations
{
/// <inheritdoc />
public partial class Initial : Migration
@@ -8,7 +8,7 @@ using UniVerse.Infrastructure.Data;
#nullable disable
namespace UniVerse.Infrastructure.Data.Migrations
namespace UniVerse.Infrastructure.Migrations
{
[DbContext(typeof(AppDbContext))]
partial class AppDbContextModelSnapshot : ModelSnapshot