Browse Source

update mailbox - add smtp_active for #796

pull/796/head
David Goodwin 2 years ago
parent
commit
c700f3c9c7
  1. 4
      public/upgrade.php

4
public/upgrade.php

@ -2349,3 +2349,7 @@ function upgrade_1849_sqlite()
)
");
}
function upgrade_1850() {
_db_add_field('mailbox', 'smtp_active', 'int DEFAULT 1');
}
Loading…
Cancel
Save