lemmy/migrations/2022-05-20-135341_embed-url/up.sql

2 lines
90 B
MySQL
Raw Normal View History

alter table post drop column embed_html;
alter table post add column embed_video_url text;