]> Untitled Git - lemmy.git/blob - migrations/2022-05-20-135341_embed-url/up.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2022-05-20-135341_embed-url / up.sql
1 ALTER TABLE post
2     DROP COLUMN embed_html;
3
4 ALTER TABLE post
5     ADD COLUMN embed_video_url text;
6