aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/Migrations/AppDbContextModelSnapshot.cs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Migrations/AppDbContextModelSnapshot.cs')
-rw-r--r--server/src/Migrations/AppDbContextModelSnapshot.cs39
1 files changed, 1 insertions, 38 deletions
diff --git a/server/src/Migrations/AppDbContextModelSnapshot.cs b/server/src/Migrations/AppDbContextModelSnapshot.cs
index 128d3b6..cc4bf72 100644
--- a/server/src/Migrations/AppDbContextModelSnapshot.cs
+++ b/server/src/Migrations/AppDbContextModelSnapshot.cs
@@ -17,7 +17,7 @@ namespace IOL.GreatOffice.Api.Migrations
{
#pragma warning disable 612, 618
modelBuilder
- .HasAnnotation("ProductVersion", "6.0.6")
+ .HasAnnotation("ProductVersion", "6.0.7")
.HasAnnotation("Relational:MaxIdentifierLength", 63);
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
@@ -98,33 +98,6 @@ namespace IOL.GreatOffice.Api.Migrations
b.ToTable("forgot_password_requests", (string)null);
});
- modelBuilder.Entity("IOL.GreatOffice.Api.Data.Database.GithubUserMapping", b =>
- {
- b.Property<string>("GithubId")
- .HasColumnType("text")
- .HasColumnName("github_id");
-
- b.Property<string>("Email")
- .HasColumnType("text")
- .HasColumnName("email");
-
- b.Property<string>("RefreshToken")
- .HasColumnType("text")
- .HasColumnName("refresh_token");
-
- b.Property<Guid?>("UserId")
- .HasColumnType("uuid")
- .HasColumnName("user_id");
-
- b.HasKey("GithubId")
- .HasName("pk_github_user_mappings");
-
- b.HasIndex("UserId")
- .HasDatabaseName("ix_github_user_mappings_user_id");
-
- b.ToTable("github_user_mappings", (string)null);
- });
-
modelBuilder.Entity("IOL.GreatOffice.Api.Data.Database.Tenant", b =>
{
b.Property<Guid>("Id")
@@ -476,16 +449,6 @@ namespace IOL.GreatOffice.Api.Migrations
b.Navigation("User");
});
- modelBuilder.Entity("IOL.GreatOffice.Api.Data.Database.GithubUserMapping", b =>
- {
- b.HasOne("IOL.GreatOffice.Api.Data.Database.User", "User")
- .WithMany()
- .HasForeignKey("UserId")
- .HasConstraintName("fk_github_user_mappings_users_user_id");
-
- b.Navigation("User");
- });
-
modelBuilder.Entity("IOL.GreatOffice.Api.Data.Database.TimeEntry", b =>
{
b.HasOne("IOL.GreatOffice.Api.Data.Database.TimeCategory", "Category")