lemmy/migrations/2023-09-20-110614_drop-show-new-post-notifs/up.sql
Nutomic 6d7b38f4de
Implement user data import/export (#3976)
* 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>
2023-10-11 16:47:22 +02:00

5 lines
108 B
SQL

-- this setting is unused with websocket gone
ALTER TABLE local_user
DROP COLUMN show_new_post_notifs;