diff --git a/db.sql b/db.sql index c3873b1b..994c28fd 100644 --- a/db.sql +++ b/db.sql @@ -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` -- diff --git a/service_edit_modal.php b/service_edit_modal.php new file mode 100644 index 00000000..5e6d3dac --- /dev/null +++ b/service_edit_modal.php @@ -0,0 +1,7 @@ +