🐛 Somehow the pusher db changed
This commit is contained in:
@@ -49,6 +49,7 @@ namespace DysonNetwork.Pusher.Migrations
|
||||
.HasColumnName("deleted_at");
|
||||
|
||||
b.Property<Dictionary<string, object>>("Meta")
|
||||
.IsRequired()
|
||||
.HasColumnType("jsonb")
|
||||
.HasColumnName("meta");
|
||||
|
||||
|
Reference in New Issue
Block a user