mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +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.
4 lines
44 B
SQL
4 lines
44 B
SQL
ALTER TABLE post
|
|
DROP COLUMN alt_text;
|
|
|