lemmy/migrations/2022-05-20-135341_embed-url/down.sql
Dull Bananas 5d8af0d476 fix
2024-05-17 20:21:13 +00:00

6 lines
101 B
SQL

ALTER TABLE post
DROP COLUMN embed_video_url;
ALTER TABLE post
ADD COLUMN embed_html text;