0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

update mailbox - add smtp_active for #796

This commit is contained in:
David Goodwin 2024-01-10 10:02:07 +00:00
parent 8a314079bd
commit c700f3c9c7

View File

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