fixed db migration for chat

This commit is contained in:
defnotken
2025-12-19 05:52:00 -06:00
parent 6321f385da
commit 802077371b

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");