mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
5
db.sql
5
db.sql
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user