mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
4 lines
140 B
MySQL
4 lines
140 B
MySQL
|
UPDATE {$NAMESPACE}_repository.repository_identity
|
||
|
SET currentEffectiveUserPHID = NULL
|
||
|
WHERE currentEffectiveUserPHID = 'unassigned()';
|