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
commit 937f8bea00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,