250501 커밋

This commit is contained in:
2025-05-01 07:23:28 +09:00
parent 98bb2e3c5c
commit 23176551b7
353 changed files with 9972 additions and 6652 deletions

View File

@@ -1,6 +1,9 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using BrokerApiServer;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250217015116_SchemaChanges_105106")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_105106 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250224031421_SchemaChanges_121410")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_121410 : Migration

View File

@@ -1,6 +1,9 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using BrokerApiServer;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250314055515_SchemaChanges_145503")]

View File

@@ -2,7 +2,7 @@
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_145503 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250314062930_SchemaChanges_152918")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_152918 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250314063529_SchemaChanges_153518")]

View File

@@ -2,7 +2,7 @@
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_153518 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250314070903_SchemaChanges_160851")]

View File

@@ -2,7 +2,7 @@
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_160851 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250317020124_SchemaChanges_110113")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_110113 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250317030502_SchemaChanges_120450")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_120450 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250317032756_SchemaChanges_122745")]

View File

@@ -2,7 +2,7 @@
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_122745 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250321034709_SchemaChanges_124658")]

View File

@@ -2,7 +2,7 @@
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_124658 : Migration

View File

@@ -1,6 +1,8 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -9,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
[Migration("20250324074920_SchemaChanges_164908")]

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
/// <inheritdoc />
public partial class SchemaChanges_164908 : Migration

View File

@@ -1,6 +1,9 @@
// <auto-generated />
using System;
using BrokerCore.Repository.Context;
using BrokerApiCore;
using BrokerApiServer;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
@@ -8,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BrokerApiCore.Migrations
namespace BrokerApiServer.Migrations
{
[DbContext(typeof(MetaverseBrokerDbContext))]
partial class MetaverseBrokerDbContextModelSnapshot : ModelSnapshot