mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +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
|
||||
) 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`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user