Allows users to hide their check-ins from other users
This commit is contained in:
4
migrations/002_add_private_flag.sql
Normal file
4
migrations/002_add_private_flag.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Migration 002: Add private account flag
|
||||
-- Allows users to hide their check-ins from other users
|
||||
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS is_private BOOLEAN DEFAULT FALSE;
|
||||
Reference in New Issue
Block a user