]> Untitled Git - lemmy.git/blob - migrations/2022-05-20-135341_embed-url/down.sql
1c4ff1f6113ae1cf2378033ba65d0833178c8b86
[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;