]> git.mxchange.org Git - friendica.git/commitdiff
Missing field in database.sql
authorMichael Vogel <icarus@dabo.de>
Sun, 11 Mar 2012 21:39:40 +0000 (22:39 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 11 Mar 2012 21:39:40 +0000 (22:39 +0100)
database.sql

index 35c257f021b97fd9a3e52873452bbecb29522602..2add8bd85624552e43809a320a846b276bd18744 100755 (executable)
@@ -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',