diff options
Diffstat (limited to 'rt/etc/upgrade/4.1.13/schema.mysql')
-rw-r--r-- | rt/etc/upgrade/4.1.13/schema.mysql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/etc/upgrade/4.1.13/schema.mysql b/rt/etc/upgrade/4.1.13/schema.mysql new file mode 100644 index 000000000..a429007e3 --- /dev/null +++ b/rt/etc/upgrade/4.1.13/schema.mysql @@ -0,0 +1,2 @@ +UPDATE Groups SET Name = Type +WHERE Domain IN ('ACLEquivalence', 'SystemInternal') OR Domain LIKE '%-Role';
\ No newline at end of file |