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