mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-13 14:12:09 +00:00
7 lines
101 B
SQL
7 lines
101 B
SQL
ALTER TABLE post
|
|
DROP COLUMN embed_video_url;
|
|
|
|
ALTER TABLE post
|
|
ADD COLUMN embed_html text;
|
|
|