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