]> git.mxchange.org Git - friendica.git/commitdiff
Removed documentation
authorMichael <heluecht@pirati.ca>
Thu, 13 Apr 2017 05:08:12 +0000 (05:08 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 13 Apr 2017 05:08:12 +0000 (05:08 +0000)
doc/database/db_deliverq.md [deleted file]

diff --git a/doc/database/db_deliverq.md b/doc/database/db_deliverq.md
deleted file mode 100644 (file)
index 5335899..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Table deliverq
-==============
-
-| Field   | Description      | Type             | Null | Key | Default | Extra          |
-|---------|------------------|------------------|------|-----|---------|----------------|
-| id      | sequential ID    | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
-| cmd     |                  | varchar(32)      | NO   |     |         |                |
-| item    |                  | int(11)          | NO   |     | 0       |                |
-| contact |                  | int(11)          | NO   |     | 0       |                |
-
-
-Return to [database documentation](help/database)