aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-03-11 22:39:40 +0100
committerMichael Vogel <icarus@dabo.de>2012-03-11 22:39:40 +0100
commit905ba5ba1d5d8e2d0caa5c0208357672ee527b7d (patch)
tree55b40aef2883016d8231b3635d54e0eda48a20fa /database.sql
parent7235d5466a4f54cd80d1b661b142ec99230afbf2 (diff)
downloadvolse-hubzilla-905ba5ba1d5d8e2d0caa5c0208357672ee527b7d.tar.gz
volse-hubzilla-905ba5ba1d5d8e2d0caa5c0208357672ee527b7d.tar.bz2
volse-hubzilla-905ba5ba1d5d8e2d0caa5c0208357672ee527b7d.zip
Missing field in database.sql
Diffstat (limited to 'database.sql')
-rwxr-xr-xdatabase.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 35c257f02..2add8bd85 100755
--- a/database.sql
+++ b/database.sql
@@ -636,6 +636,7 @@ CREATE TABLE IF NOT EXISTS `mailacct` (
`mailbox` CHAR( 255 ) NOT NULL,
`user` CHAR( 255 ) NOT NULL ,
`pass` TEXT NOT NULL ,
+`reply_to` CHAR( 255 ) NOT NULL ,
`action` INT NOT NULL ,
`movetofolder` CHAR(255) NOT NULL ,
`pubmail` TINYINT(1) NOT NULL DEFAULT '0',