summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.8.6
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.8.6')
-rw-r--r--rt/etc/upgrade/3.8.6/content10
1 files changed, 0 insertions, 10 deletions
diff --git a/rt/etc/upgrade/3.8.6/content b/rt/etc/upgrade/3.8.6/content
deleted file mode 100644
index a9793c6e1..000000000
--- a/rt/etc/upgrade/3.8.6/content
+++ /dev/null
@@ -1,10 +0,0 @@
-@Templates = (
- { Queue => 0,
- Name => "Forward Ticket", # loc
- Description => "Heading of a forwarded Ticket", # loc
- Content => q{
-
-This is a forward of ticket #{ $Ticket->id }
-}
- },
-);