deal with the data we have as best we can without erroring out, RT#71513
[freeside.git] / rt / etc / upgrade / 4.1.13 / schema.mysql
1 UPDATE Groups SET Name = Type
2 WHERE Domain IN ('ACLEquivalence', 'SystemInternal') OR Domain LIKE '%-Role';