X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=6146b9e3056d764d4b3f53886c08b45e41359e26;hb=339eab01fd6baee187a041742a4b76827f353946;hp=666986a691cb9e5a476c98a0cf7fcc0132dd5c9b;hpb=9a458d2e4bc6efced4d00095cdf7a8852bc53505;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 666986a6..6146b9e3 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -357,7 +357,7 @@ table! { stickied -> Bool, embed_title -> Nullable, embed_description -> Nullable, - embed_html -> Nullable, + embed_video_url -> Nullable, thumbnail_url -> Nullable, ap_id -> Varchar, local -> Bool,