]> Untitled Git - lemmy.git/blob - migrations/2022-05-20-135341_embed-url/up.sql
feat: re-added captcha checks (#3249)
[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;