From: Michael Date: Thu, 13 Apr 2017 05:08:12 +0000 (+0000) Subject: Removed documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f399a1914f5e349dc2ae38f8a9b66b4135f4be3d;p=friendica.git Removed documentation --- diff --git a/doc/database/db_deliverq.md b/doc/database/db_deliverq.md deleted file mode 100644 index 5335899571..0000000000 --- a/doc/database/db_deliverq.md +++ /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)