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 @@