mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 22:31:20 +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;
|
|
|