mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 21:01:23 +00:00
Dessalines
48f2bc45ae
- Also made changes to lemmy's group apub to be similar to its site, which uses content for the sidebar, and summary for the short description. - Fixes #5078
5 lines
113 B
SQL
5 lines
113 B
SQL
ALTER TABLE community
|
|
DROP COLUMN description;
|
|
|
|
ALTER TABLE community RENAME COLUMN sidebar TO description;
|
|
|