mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
no newline at eof
This commit is contained in:
parent
5173f5b967
commit
98712bce76
2 changed files with 4 additions and 2 deletions
|
@ -513,3 +513,4 @@ CREATE TABLE IF NOT EXISTS `mailacct` (
|
|||
`reply_to` CHAR( 255 ) NOT NULL ,
|
||||
`last_check` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'
|
||||
) ENGINE = MYISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
|
@ -443,3 +443,4 @@ function update_1049() {
|
|||
`last_check` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'
|
||||
) ENGINE = MYISAM ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue