mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Nutomic
339eab01fd
* Use og:video attribute for embeds, change Post.embed_html to embed_url * fix clippy
2 lines
No EOL
89 B
SQL
2 lines
No EOL
89 B
SQL
alter table post drop column embed_url;
|
|
alter table post add column embed_video_url text; |