Remove MeshCentral integration

As per recent discussions about the API & scripts being a better way forward for all integration, removing the MeshCentral integration that was added.
This commit is contained in:
Marcus Hill
2022-04-19 22:42:38 +01:00
parent 1186e5b5a1
commit f5f033fed4
15 changed files with 20 additions and 3027 deletions

5
db.sql
View File

@@ -78,7 +78,6 @@ CREATE TABLE `assets` (
`asset_install_date` date DEFAULT NULL,
`asset_reciept` varchar(200) DEFAULT NULL,
`asset_notes` text DEFAULT NULL,
`asset_meshcentral_id` varchar(200) DEFAULT NULL,
`asset_created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`asset_updated_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
`asset_archived_at` datetime DEFAULT NULL,
@@ -240,7 +239,6 @@ CREATE TABLE `clients` (
`client_currency_code` varchar(200) NOT NULL,
`client_net_terms` int(10) NOT NULL,
`client_notes` text DEFAULT NULL,
`client_meshcentral_group` varchar(200) DEFAULT NULL,
`client_created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`client_updated_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
`client_archived_at` datetime DEFAULT NULL,
@@ -1134,9 +1132,6 @@ CREATE TABLE `settings` (
`config_stripe_enable` tinyint(1) DEFAULT NULL,
`config_stripe_publishable` varchar(255) DEFAULT NULL,
`config_stripe_secret` varchar(255) DEFAULT NULL,
`config_meshcentral_uri` varchar(200) DEFAULT NULL,
`config_meshcentral_user` varchar(200) DEFAULT NULL,
`config_meshcentral_secret` varchar(200) DEFAULT NULL,
`config_azure_client_id` varchar(200) DEFAULT NULL,
`config_azure_client_secret` varchar(200) DEFAULT NULL,
`config_backup_enable` tinyint(1) NOT NULL DEFAULT 0,