aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
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 /database.sql
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 'database.sql')
-rw-r--r--database.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/database.sql b/database.sql
index ea1523e28..8cf724179 100644
--- a/database.sql
+++ b/database.sql
@@ -227,7 +227,6 @@ CREATE TABLE IF NOT EXISTS `mail` (
`contact-id` char(255) NOT NULL,
`title` char(255) NOT NULL,
`body` text NOT NULL,
- `delivered` tinyint(1) NOT NULL,
`seen` tinyint(1) NOT NULL,
`replied` tinyint(1) NOT NULL,
`uri` char(255) NOT NULL,