summaryrefslogtreecommitdiffstats
path: root/DefaultRecipient.sopm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 14:57:34 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 19:15:26 +0100
commit37f18efd3d3195395d029b25a20fda472691cbe9 (patch)
tree474ebdb0ae3fa2b6d8d58cb8b27547eb1fda39ed /DefaultRecipient.sopm
parent585c64222f5881ebdacf14397ca9bb2c2abebaef (diff)
downloadDefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.tar.gz
DefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.tar.bz2
DefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.zip
Rename NewAddress to AddTo.
Diffstat (limited to 'DefaultRecipient.sopm')
-rw-r--r--DefaultRecipient.sopm2
1 files changed, 1 insertions, 1 deletions
diff --git a/DefaultRecipient.sopm b/DefaultRecipient.sopm
index cda0aa3..5f3a160 100644
--- a/DefaultRecipient.sopm
+++ b/DefaultRecipient.sopm
@@ -24,7 +24,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="new_address" Required="false" Size="255" Type="VARCHAR"/>
+ <Column Name="add_to" Required="false" Size="255" Type="VARCHAR"/>
<Column Name="comments" Required="false" Size="250" Type="VARCHAR"/>
<Column Name="create_time" Required="true" Type="DATE"/>
<Column Name="create_by" Required="true" Type="INTEGER"/>