Alex Lewin b3498fe277
Add Opt-in to Display Linked Accounts in Profile (#826)
* Add display linked accounts to settings

* Apply suggestions from code review

Co-authored-by: ekzyis <ek@stacker.news>

* small styling enhancements

---------

Co-authored-by: ekzyis <ek@stacker.news>
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
2024-02-14 13:33:31 -06:00

5 lines
211 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideGithub" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "hideNostr" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "hideTwitter" BOOLEAN NOT NULL DEFAULT true;