mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
Remove URLs, for now
This commit is contained in:
11
db.sql
11
db.sql
@@ -999,17 +999,6 @@ CREATE TABLE IF NOT EXISTS `service_logins` (
|
|||||||
`login_id` int(11) NOT NULL
|
`login_id` int(11) NOT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) 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`
|
-- Table structure for table `service_vendors`
|
||||||
--
|
--
|
||||||
|
|||||||
7
service_edit_modal.php
Normal file
7
service_edit_modal.php
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* User: marcus
|
||||||
|
* Date: 28/01/2022
|
||||||
|
* Time: 20:17
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user