🐛 Somehow the pusher db changed

This commit is contained in:
2025-07-24 14:59:06 +08:00
parent 29403b09d2
commit 50944376fc
3 changed files with 189 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ namespace DysonNetwork.Pusher.Migrations
.HasColumnName("deleted_at");
b.Property<Dictionary<string, object>>("Meta")
.IsRequired()
.HasColumnType("jsonb")
.HasColumnName("meta");