]> Untitled Git - lemmy.git/blob - migrations/2022-05-20-135341_embed-url/down.sql
Fixing slow joins to post_read, post_saved, and comment_saved . (#2738)
[lemmy.git] / migrations / 2022-05-20-135341_embed-url / down.sql
1 alter table post drop column embed_url;
2 alter table post add column embed_video_url text;