Files
runners-calendar/backend/migrations/005_public_profiles.sql
Vakanaut 07ab687bf3
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
feat: add public user profiles
2026-07-12 16:21:53 +03:00

2 lines
93 B
SQL

ALTER TABLE users ADD COLUMN IF NOT EXISTS is_profile_public BOOLEAN NOT NULL DEFAULT FALSE;