mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
6 lines
101 B
SQL
6 lines
101 B
SQL
ALTER TABLE post
|
|
DROP COLUMN embed_video_url;
|
|
|
|
ALTER TABLE post
|
|
ADD COLUMN embed_html text;
|
|
|