mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 16:34:01 +00:00
f9351b6512
* add new flag to api * add new ui settings for local user * remove extraneous def * add props to application reg. * fix clippy updated these * re-order db schema entries * remove dupe * update lemmy sdk * update lemmy js client --------- Co-authored-by: Nutomic <me@nutomic.com>
2 lines
94 B
SQL
2 lines
94 B
SQL
alter table local_user drop column blur_nsfw;
|
|
alter table local_user drop column auto_expand;
|