SatsAllDay ee3f892053
Add new user setting to hide bookmarks from other users (and anon) (#424)
* Add new setting to hide bookmarks from other users (and anon)

* Optional chaining in case user doesnt exist, and avoid duplicate sql query in some cases
2023-08-23 15:29:55 -05:00

4 lines
98 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideBookmarks" BOOLEAN NOT NULL DEFAULT false;