Merge pull request #390 from wrongecho/mesh

MeshCentral integration - Fix typo
This commit is contained in:
Johnny
2022-03-08 10:21:23 -05:00
committed by GitHub

2
db.sql
View File

@@ -77,7 +77,7 @@ CREATE TABLE `assets` (
`asset_install_date` date DEFAULT NULL,
`asset_reciept` varchar(200) DEFAULT NULL,
`asset_notes` text DEFAULT NULL,
`client_meshcentral_group` varchar(200) DEFAULT NULL,
`asset_meshcentral_id` varchar(200) DEFAULT NULL,
`asset_created_at` datetime NOT NULL,
`asset_updated_at` datetime DEFAULT NULL,
`asset_archived_at` datetime DEFAULT NULL,