mirror of
https://github.com/friendica/friendica
synced 2026-04-12 06:46:44 +02:00
Mail: New options for actions after importing mails.
This commit is contained in:
parent
437e18d7a7
commit
fe3dfbee56
7 changed files with 84 additions and 41 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1126 );
|
||||
define( 'UPDATE_VERSION' , 1127 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -1090,3 +1090,7 @@ function update_1125() {
|
|||
) ENGINE = MyISAM DEFAULT CHARSET=utf8");
|
||||
}
|
||||
|
||||
function update_1126() {
|
||||
q("ALTER TABLE `mailacct` ADD `action` INT NOT NULL AFTER `pass`,
|
||||
ADD `movetofolder` CHAR(255) NOT NULL AFTER `action`");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue