mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04: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;
|
|
|