mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
7bd474a843
* Adding a short site description. Fixes #1496 - Renaming old description to sidebar * Adding a back end site desc length check.
2 lines
97 B
SQL
2 lines
97 B
SQL
alter table site drop column description;
|
|
alter table site rename column sidebar to description;
|