summaryrefslogtreecommitdiffstats
path: root/DefaultRecipient.sopm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-05-24 21:46:10 +0200
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-05-24 21:46:10 +0200
commit1362aa1c73ab8d82a6a70156e9b3397eb4490381 (patch)
tree667adea87e527fb380d20047deb8f52602af5544 /DefaultRecipient.sopm
parentad0c6fc652a2f87c6c29d3907c000e9955e9e58c (diff)
downloadDefaultRecipient-1362aa1c73ab8d82a6a70156e9b3397eb4490381.tar.gz
DefaultRecipient-1362aa1c73ab8d82a6a70156e9b3397eb4490381.tar.bz2
DefaultRecipient-1362aa1c73ab8d82a6a70156e9b3397eb4490381.zip
Add possibility to also drop preselected CcHEADv1.0.3master
Diffstat (limited to 'DefaultRecipient.sopm')
-rw-r--r--DefaultRecipient.sopm8
1 files changed, 7 insertions, 1 deletions
diff --git a/DefaultRecipient.sopm b/DefaultRecipient.sopm
index 7e3cd73..6d5dabf 100644
--- a/DefaultRecipient.sopm
+++ b/DefaultRecipient.sopm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<otrs_package version="1.0">
<Name>DefaultRecipient</Name>
- <Version>1.0.2</Version>
+ <Version>1.0.3</Version>
<Framework>5.0.x</Framework>
<Vendor>spline.de</Vendor>
<URL>https://github.com/AlexanderS/OTRS-DefaultRecipient</URL>
@@ -25,6 +25,7 @@
<Column Name="id" Required="true" PrimaryKey="true" AutoIncrement="true" Type="BIGINT"/>
<Column Name="title" Required="true" Size="250" Type="VARCHAR"/>
<Column Name="remove_to" Required="true" Type="SMALLINT"/>
+ <Column Name="remove_cc" Required="true" Type="SMALLINT"/>
<Column Name="to_addr" Required="false" Size="255" Type="VARCHAR"/>
<Column Name="cc_addr" Required="false" Size="255" Type="VARCHAR"/>
<Column Name="bcc_addr" Required="false" Size="255" Type="VARCHAR"/>
@@ -66,4 +67,9 @@
<TableDrop Name="default_recipient_response"/>
<TableDrop Name="default_recipient"/>
</DatabaseUninstall>
+ <DatabaseUpgrade>
+ <TableAlter Name="default_recipient" Version="1.0.3">
+ <ColumnAdd Name="remove_cc" Required="true" Type="SMALLINT"/>
+ </TableAlter>
+ </DatabaseUpgrade>
</otrs_package>