дописала security
This commit is contained in:
committed by
skettiks
parent
a10737a7f7
commit
82a0cec1cc
@@ -0,0 +1,3 @@
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS idx_users_provider_provider_id
|
||||
ON users(provider, provider_id)
|
||||
WHERE provider IS NOT NULL AND provider_id IS NOT NULL;
|
||||
Reference in New Issue
Block a user