Skip to content

Commit

Permalink
Revert "проверка фикса бд"
Browse files Browse the repository at this point in the history
This reverts commit fa9df7c.
  • Loading branch information
Evgencheg committed Sep 8, 2024
1 parent 92f47fb commit 8047485
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 8047485

Please sign in to comment.