summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.9.3/schema.Pg
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.9.3/schema.Pg')
-rw-r--r--rt/etc/upgrade/3.9.3/schema.Pg5
1 files changed, 3 insertions, 2 deletions
diff --git a/rt/etc/upgrade/3.9.3/schema.Pg b/rt/etc/upgrade/3.9.3/schema.Pg
index 4ee50c446..9b34ac78e 100644
--- a/rt/etc/upgrade/3.9.3/schema.Pg
+++ b/rt/etc/upgrade/3.9.3/schema.Pg
@@ -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;