Unban work

This commit is contained in:
defnotken
2025-09-04 10:54:52 -05:00
parent b782b0694f
commit 4feb64f015
12 changed files with 2400 additions and 3 deletions

View File

@@ -68,6 +68,10 @@ namespace LightlessSyncServer.Migrations
.HasColumnType("text")
.HasColumnName("reason");
b.Property<string>("BannedUid")
.HasColumnType("character varying(10)")
.HasColumnName("banned_uid");
b.Property<byte[]>("Timestamp")
.IsConcurrencyToken()
.ValueGeneratedOnAddOrUpdate()