mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
cdc1cf3bf7
* Adding community description in addition to sidebar, like site. - 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 * Fixing tests. * Remove comment. * Fix name for description checker.
5 lines
113 B
SQL
5 lines
113 B
SQL
ALTER TABLE community
|
|
DROP COLUMN description;
|
|
|
|
ALTER TABLE community RENAME COLUMN sidebar TO description;
|
|
|