mirror of https://github.com/itflow-org/itflow
Remove URLs, for now
This commit is contained in:
parent
e509cc5719
commit
a2aba7db65
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`
|
||||||
--
|
--
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* User: marcus
|
||||||
|
* Date: 28/01/2022
|
||||||
|
* Time: 20:17
|
||||||
|
*/
|
||||||
Loading…
Reference in New Issue