From b63169c09de4148a633e5b1845b9835c0adbc3fb Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Mon, 24 Jan 2022 20:51:29 +0000 Subject: [PATCH] Add documents --- db.sql | 10 ++++++++++ service_view_modal.php | 21 ++++++++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/db.sql b/db.sql index fee8ed58..c3873b1b 100644 --- a/db.sql +++ b/db.sql @@ -969,6 +969,16 @@ CREATE TABLE IF NOT EXISTS `service_contacts` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; +-- +-- Table structure for table `service_documents` +-- + +DROP TABLE IF EXISTS `service_documents`; +CREATE TABLE IF NOT EXISTS `service_documents` ( + `service_id` int(11) NOT NULL, + `document_id` int(11) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + -- -- Table structure for table `service_domains` -- diff --git a/service_view_modal.php b/service_view_modal.php index 4f144917..ec466298 100644 --- a/service_view_modal.php +++ b/service_view_modal.php @@ -236,14 +236,25 @@
  • Asset - Coming soon!
  • -
    Documents
    - + + + +
    Documents
    + +
    Services