mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +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;
|
|
|