forked from amkovkov/GranuSightSoftware2
feat: update db, move autogen db slop to subdir
This commit is contained in:
+3
-3
@@ -8,11 +8,11 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results.Migrations
|
||||
{
|
||||
[DbContext(typeof(AmineContentResultsContext))]
|
||||
[Migration("20260303084204_AmineContentResultsInitial")]
|
||||
partial class AmineContentResultsInitial
|
||||
[Migration("20260313083009_AmineContentResults0")]
|
||||
partial class AmineContentResults0
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||
+2
-2
@@ -3,10 +3,10 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class AmineContentResultsInitial : Migration
|
||||
public partial class AmineContentResults0 : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
+1
-1
@@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results
|
||||
namespace GSS2.Core.Analysis.AmineContent.Database.Results.Migrations
|
||||
{
|
||||
[DbContext(typeof(AmineContentResultsContext))]
|
||||
partial class AmineContentResultsContextModelSnapshot : ModelSnapshot
|
||||
Reference in New Issue
Block a user