aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-23 16:08:48 -0800
committerFriendika <info@friendika.com>2010-11-23 16:08:48 -0800
commit9be4b3482ed48ecd930105aec00a985cfee184ee (patch)
tree2d8ba950f7851348910f20df614f82565520d317 /update.php
parent15f011b34c3a6005fc4d0b6230db44e7ccfa4fcc (diff)
downloadvolse-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.php5
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