From f399a1914f5e349dc2ae38f8a9b66b4135f4be3d Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Thu, 13 Apr 2017 05:08:12 +0000
Subject: [PATCH] Removed documentation

---
 doc/database/db_deliverq.md | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 doc/database/db_deliverq.md

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)