diff options
author | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
commit | 9be4b3482ed48ecd930105aec00a985cfee184ee (patch) | |
tree | 2d8ba950f7851348910f20df614f82565520d317 /update.php | |
parent | 15f011b34c3a6005fc4d0b6230db44e7ccfa4fcc (diff) | |
download | volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.gz volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.bz2 volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.zip |
drop mail delivered flag now that queue is implemented
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 |