lemmy/migrations/2022-05-20-135341_embed-url/up.sql
Nutomic 339eab01fd
Embed Peertube videos (#2261)
* Use og:video attribute for embeds, change Post.embed_html to embed_url

* fix clippy
2022-06-02 21:44:47 +00:00

2 lines
90 B
SQL

alter table post drop column embed_html;
alter table post add column embed_video_url text;