summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-20 00:43:28 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-20 00:43:28 +0100
commit002b2ca621b41fa4a5e7cfad3d47a0eafa861d7f (patch)
treead9a8452bfc2c3cb70899cdb6adc04a4b1bb6002
parent82effc1f83edd626d31e449544a2fb24e27da153 (diff)
downloadDefaultRecipient-002b2ca621b41fa4a5e7cfad3d47a0eafa861d7f.tar.gz
DefaultRecipient-002b2ca621b41fa4a5e7cfad3d47a0eafa861d7f.tar.bz2
DefaultRecipient-002b2ca621b41fa4a5e7cfad3d47a0eafa861d7f.zip
ResponseChangeDefaultTo.sopm: Make new_address optional
The new_address should not be required. It add_new is 0 the value of new_address is not used.
-rw-r--r--ResponseChangeDefaultTo.sopm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResponseChangeDefaultTo.sopm b/ResponseChangeDefaultTo.sopm
index b303536..0e18640 100644
--- a/ResponseChangeDefaultTo.sopm
+++ b/ResponseChangeDefaultTo.sopm
@@ -21,7 +21,7 @@
<Column Name="title" Required="true" Size="250" Type="VARCHAR"/>
<Column Name="remove_default" Required="true" Type="SMALLINT"/>
<Column Name="add_new" Required="true" Type="SMALLINT"/>
- <Column Name="new_address" Required="true" Size="255" Type="VARCHAR"/>
+ <Column Name="new_address" Required="false" Size="255" Type="VARCHAR"/>
<Index Name="response_change_default_to_title">
<IndexColumn Name="title"/>
</Index>