✨ Post embed
This commit is contained in:
		| @@ -6,6 +6,7 @@ using DysonNetwork.Shared.Data; | ||||
| using DysonNetwork.Sphere; | ||||
| using DysonNetwork.Sphere.Chat; | ||||
| using DysonNetwork.Sphere.Poll; | ||||
| using DysonNetwork.Sphere.Post; | ||||
| using DysonNetwork.Sphere.WebReader; | ||||
| using Microsoft.EntityFrameworkCore; | ||||
| using Microsoft.EntityFrameworkCore.Infrastructure; | ||||
| @@ -557,6 +558,10 @@ namespace DysonNetwork.Sphere.Migrations | ||||
|                         .HasColumnType("timestamp with time zone") | ||||
|                         .HasColumnName("edited_at"); | ||||
|  | ||||
|                     b.Property<PostEmbedView>("EmbedView") | ||||
|                         .HasColumnType("jsonb") | ||||
|                         .HasColumnName("embed_view"); | ||||
|  | ||||
|                     b.Property<bool>("ForwardedGone") | ||||
|                         .HasColumnType("boolean") | ||||
|                         .HasColumnName("forwarded_gone"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user