Remove URLs, for now

This commit is contained in:
Marcus Hill 2022-01-28 20:20:01 +00:00
parent e509cc5719
commit a2aba7db65
2 changed files with 7 additions and 11 deletions

11
db.sql
View File

@ -999,17 +999,6 @@ CREATE TABLE IF NOT EXISTS `service_logins` (
`login_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Table structure for table `service_urls`
--
DROP TABLE IF EXISTS `service_urls`;
CREATE TABLE IF NOT EXISTS `service_urls` (
`service_id` int(11) NOT NULL,
`service_uri` varchar(250) CHARACTER SET latin1 NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Table structure for table `service_vendors`
--

7
service_edit_modal.php Normal file
View File

@ -0,0 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: marcus
* Date: 28/01/2022
* Time: 20:17
*/