diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update.php b/update.php index 57020966f..9a829ce8b 100644 --- a/update.php +++ b/update.php @@ -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 +}
\ No newline at end of file |