summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.1.13/schema.mysql
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/4.1.13/schema.mysql')
-rw-r--r--rt/etc/upgrade/4.1.13/schema.mysql2
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