mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
drop mail delivered flag now that queue is implemented
This commit is contained in:
parent
15f011b34c
commit
9be4b3482e
5 changed files with 7 additions and 23 deletions
|
@ -176,3 +176,8 @@ function update_1018() {
|
|||
`content` MEDIUMTEXT NOT NULL
|
||||
) ENGINE = MYISAM DEFAULT CHARSET=utf8 ");
|
||||
}
|
||||
|
||||
function update_1019() {
|
||||
q("ALTER TABLE `mail` DROP `delivered`");
|
||||
// leaving open for more updates as this isn't critical enough to roll the build number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue