mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
7f9950fe85
* Add alt_text for posts. Fixes #1086 * Moving alt_text to attachment name. * Cleaning up mod action line. * Addressing PR comments * Addressing PR comments. * Fixing clones.
3 lines
44 B
SQL
3 lines
44 B
SQL
ALTER TABLE post
|
|
DROP COLUMN alt_text;
|
|
|