mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-05 08:34:45 +00:00
![Dessalines](/assets/img/avatar_default.png)
* 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;
|
|
|