mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Merge pull request #390 from wrongecho/mesh
MeshCentral integration - Fix typo
This commit is contained in:
2
db.sql
2
db.sql
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user