migration-fix #41

Merged
defnotken merged 2 commits from migration-fix into master 2025-12-19 12:04:13 +00:00
Showing only changes of commit 802077371b - Show all commits

View File

@@ -776,11 +776,6 @@ namespace LightlessSyncServer.Migrations
.HasColumnType("text")
.HasColumnName("sender_hashed_cid");
b.Property<string>("SenderToken")
.IsRequired()
.HasColumnType("text")
.HasColumnName("sender_token");
b.Property<bool>("SenderWasLightfinder")
.HasColumnType("boolean")
.HasColumnName("sender_was_lightfinder");