feat: add public user profiles
Some checks failed
CI / build-and-test (pull_request) Has been cancelled

This commit is contained in:
Vakanaut
2026-07-12 16:21:53 +03:00
parent 69931e81a8
commit 07ab687bf3
18 changed files with 286 additions and 13 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE users ADD COLUMN IF NOT EXISTS is_profile_public BOOLEAN NOT NULL DEFAULT FALSE;