mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +00:00
6d7b38f4de
* Implement endpoints for user data import/export * add test * exclude avatar/banner * increase import url count, add rate limit * also export/import saved posts * rate limit * rename * saved posts also exist * rename routes * fix test * error handling * clippy * limit parallelism * clippy --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
3 lines
92 B
SQL
3 lines
92 B
SQL
ALTER TABLE local_user
|
|
ADD COLUMN show_new_post_notifs boolean NOT NULL DEFAULT FALSE;
|
|
|