mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-08 11:11:37 +00:00
3 lines
48 B
SQL
3 lines
48 B
SQL
ALTER TABLE post
|
|
ADD COLUMN alt_text text;
|
|
|