Remove product literal strings in "pht()", part 21
[phabricator.git] / resources / sql / autopatches / 20191113.identity.03.unassigned.sql
blob768ca1d90907546bf9e35541ad01bd6de9caf22b
1 UPDATE {$NAMESPACE}_repository.repository_identity
2   SET currentEffectiveUserPHID = NULL
3   WHERE currentEffectiveUserPHID = 'unassigned()';