mirror of
https://github.com/friendica/friendica
synced 2026-01-20 16:48:48 +01:00
more work on email contacts
This commit is contained in:
parent
158b65894a
commit
27cbb830a7
5 changed files with 105 additions and 52 deletions
|
|
@ -460,3 +460,12 @@ function update_1050() {
|
|||
) ENGINE = MYISAM ");
|
||||
|
||||
}
|
||||
|
||||
function update_1051() {
|
||||
q("ALTER TABLE `mailacct` ADD `port` INT NOT NULL AFTER `server` ,
|
||||
ADD `ssltype` CHAR( 16 ) NOT NULL AFTER `port` ,
|
||||
ADD `mailbox` CHAR( 255 ) NOT NULL AFTER `ssltype` ");
|
||||
|
||||
q("ALTER TABLE `contact` ADD `addr` CHAR( 255 ) NOT NULL AFTER `url` ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue