diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-19 22:39:04 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-19 22:39:04 +0200 |
| commit | 14f4d824b03a0ef6ffdb1fe8b80a67f335cb4f75 (patch) | |
| tree | 1e5e2be95ce1c41e918e02004e743d813b5636c7 /server/src/Migrations/AppDbContextModelSnapshot.cs | |
| parent | 4ab32ee8539e5055aa5270af1b42bae667d6c95f (diff) | |
| download | greatoffice-14f4d824b03a0ef6ffdb1fe8b80a67f335cb4f75.tar.xz greatoffice-14f4d824b03a0ef6ffdb1fe8b80a67f335cb4f75.zip | |
feat: Remove all code related to github login
Diffstat (limited to 'server/src/Migrations/AppDbContextModelSnapshot.cs')
| -rw-r--r-- | server/src/Migrations/AppDbContextModelSnapshot.cs | 39 |
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") |
