mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +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>
4 lines
92 B
SQL
4 lines
92 B
SQL
ALTER TABLE local_user
|
|
ADD COLUMN show_new_post_notifs boolean NOT NULL DEFAULT FALSE;
|
|
|