]> Untitled Git - lemmy.git/blob - migrations/2022-05-20-135341_embed-url/up.sql
Adding email admins for new applications. Fixes #2271 (#2390)
[lemmy.git] / migrations / 2022-05-20-135341_embed-url / up.sql
1 alter table post drop column embed_html;
2 alter table post add column embed_video_url text;