Skip to content

Commit

Permalink
Merge pull request #106 from SpicyDarkFox/dbg
Browse files Browse the repository at this point in the history
пробуем фиксить бд миграции
  • Loading branch information
Evgencheg authored Sep 8, 2024
2 parents e3b934e + 074f121 commit 92f47fb
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 40 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using System;
using Microsoft.EntityFrameworkCore.Migrations;

Expand Down Expand Up @@ -44,4 +44,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down Expand Up @@ -28,4 +28,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down Expand Up @@ -45,4 +45,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
using System;
using System.Net;
using System.Text.Json;
Expand Down Expand Up @@ -566,7 +566,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
t.HasCheckConstraint("AddressNotIPv6MappedIPv4", "NOT inet '::ffff:0.0.0.0/96' >>= address");
});
});
#if LPP_Sponsors
//#if LPP_Sponsors
modelBuilder.Entity("Content.Server.Database.Donate", b =>
{
b.Property<int>("Id")
Expand All @@ -591,7 +591,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("donate", (string)null);
});
#endif
//#endif
modelBuilder.Entity("Content.Server.Database.Job", b =>
{
b.Property<int>("Id")
Expand Down Expand Up @@ -1236,7 +1236,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("server_unban", (string)null);
});
#if LPP_Sponsors
// #if LPP_Sponsors
modelBuilder.Entity("Content.Server.Database.Sponsor", b =>
{
b.Property<Guid>("UserId")
Expand Down Expand Up @@ -1278,7 +1278,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("sponsors", (string)null);
});
#endif
//#endif
modelBuilder.Entity("Content.Server.Database.Trait", b =>
{
b.Property<int>("Id")
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using System;
using Microsoft.EntityFrameworkCore.Migrations;

Expand Down Expand Up @@ -43,4 +43,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down Expand Up @@ -28,4 +28,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
//#if LPP_Sponsors
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down Expand Up @@ -46,4 +46,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif
//#endif
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
using System;
using Content.Server.Database;
using Microsoft.EntityFrameworkCore;
Expand Down Expand Up @@ -532,7 +532,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("connection_log", (string)null);
});
#if LPP_Sponsors
//#if LPP_Sponsors
modelBuilder.Entity("Content.Server.Database.Donate", b =>
{
b.Property<int>("Id")
Expand All @@ -557,7 +557,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("donate", (string)null);
});
#endif
//#endif
modelBuilder.Entity("Content.Server.Database.Job", b =>
{
b.Property<int>("Id")
Expand Down Expand Up @@ -1175,7 +1175,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("server_unban", (string)null);
});
#if LPP_Sponsors
//#if LPP_Sponsors
modelBuilder.Entity("Content.Server.Database.Sponsor", b =>
{
b.Property<Guid>("UserId")
Expand Down Expand Up @@ -1221,7 +1221,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

b.ToTable("sponsors", (string)null);
});
#endif
//#endif
modelBuilder.Entity("Content.Server.Database.Trait", b =>
{
b.Property<int>("Id")
Expand Down

0 comments on commit 92f47fb

Please sign in to comment.