mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
339eab01fd
* Use og:video attribute for embeds, change Post.embed_html to embed_url * fix clippy
2 lines
90 B
SQL
2 lines
90 B
SQL
alter table post drop column embed_html;
|
|
alter table post add column embed_video_url text; |