summaryrefslogtreecommitdiffstats
path: root/DefaultRecipient.sopm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 14:09:55 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 19:15:21 +0100
commite6185fb9a55ee47b3497c0150762e07d3538bdc2 (patch)
tree9efcf8c1d3782770c58bb74da7d765bc6a572fcd /DefaultRecipient.sopm
parentf9f961a91ced51c1f816761c70c08fdf499331fd (diff)
downloadDefaultRecipient-e6185fb9a55ee47b3497c0150762e07d3538bdc2.tar.gz
DefaultRecipient-e6185fb9a55ee47b3497c0150762e07d3538bdc2.tar.bz2
DefaultRecipient-e6185fb9a55ee47b3497c0150762e07d3538bdc2.zip
Remove AddNew.
If you do not want to add a new recipient, simply leave the NewAddress field empty.
Diffstat (limited to 'DefaultRecipient.sopm')
-rw-r--r--DefaultRecipient.sopm1
1 files changed, 0 insertions, 1 deletions
diff --git a/DefaultRecipient.sopm b/DefaultRecipient.sopm
index 6c8d92b..cda0aa3 100644
--- a/DefaultRecipient.sopm
+++ b/DefaultRecipient.sopm
@@ -24,7 +24,6 @@
<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="add_new" Required="true" Type="SMALLINT"/>
<Column Name="new_address" Required="false" Size="255" Type="VARCHAR"/>
<Column Name="comments" Required="false" Size="250" Type="VARCHAR"/>
<Column Name="create_time" Required="true" Type="DATE"/>