This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260502231708_Init")]
|
||||
partial class Init
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260503002123_DefinedEntityRelationships")]
|
||||
partial class DefinedEntityRelationships
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260503003624_RemovedLeadIdFromLead")]
|
||||
partial class RemovedLeadIdFromLead
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260503012708_AddedStatusToLead")]
|
||||
partial class AddedStatusToLead
|
||||
{
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260503133855_CorrectedAttributionHashColumnOnLead")]
|
||||
partial class CorrectedAttributionHashColumnOnLead
|
||||
{
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260505120450_GeneralisedLead")]
|
||||
partial class GeneralisedLead
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260505123745_AddedNotifications")]
|
||||
partial class AddedNotifications
|
||||
{
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260505124135_AddedProcessedColumnToNotifications")]
|
||||
partial class AddedProcessedColumnToNotifications
|
||||
{
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
[Migration("20260505202859_AddedQuoteShoppingCartalteredOrderCustomer")]
|
||||
partial class AddedQuoteShoppingCartalteredOrderCustomer
|
||||
{
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
|
||||
namespace LiteCharms.Infrastructure.Migrations
|
||||
{
|
||||
[DbContext(typeof(LeadGeneratorDbContext))]
|
||||
[DbContext(typeof(ShopDbContext))]
|
||||
partial class LeadGeneratorDbContextModelSnapshot : ModelSnapshot
|
||||
{
|
||||
protected override void BuildModel(ModelBuilder modelBuilder)
|
||||
|
||||
Reference in New Issue
Block a user