summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.1.13/schema.SQLite
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/4.1.13/schema.SQLite')
-rw-r--r--rt/etc/upgrade/4.1.13/schema.SQLite3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/etc/upgrade/4.1.13/schema.SQLite b/rt/etc/upgrade/4.1.13/schema.SQLite
new file mode 100644
index 0000000..9ea6a91
--- /dev/null
+++ b/rt/etc/upgrade/4.1.13/schema.SQLite
@@ -0,0 +1,3 @@
+UPDATE Groups SET Name = Type
+WHERE Domain IN ('ACLEquivalence', 'SystemInternal') OR Domain LIKE '%-Role';
+