summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.9.3/schema.mysql
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.9.3/schema.mysql')
-rw-r--r--rt/etc/upgrade/3.9.3/schema.mysql5
1 files changed, 3 insertions, 2 deletions
diff --git a/rt/etc/upgrade/3.9.3/schema.mysql b/rt/etc/upgrade/3.9.3/schema.mysql
index 4ee50c446..9b34ac78e 100644
--- a/rt/etc/upgrade/3.9.3/schema.mysql
+++ b/rt/etc/upgrade/3.9.3/schema.mysql
@@ -1,2 +1,3 @@
-ALTER TABLE ACL DROP COLUMN DelegatedBy;
-ALTER TABLE ACL DROP COLUMN DelegatedFrom;
+ALTER TABLE ACL
+ DROP COLUMN DelegatedBy,
+ DROP COLUMN DelegatedFrom;