mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 22:04:51 +00:00
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_install_date` date DEFAULT NULL,
|
||||||
`asset_reciept` varchar(200) DEFAULT NULL,
|
`asset_reciept` varchar(200) DEFAULT NULL,
|
||||||
`asset_notes` text 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_created_at` datetime NOT NULL,
|
||||||
`asset_updated_at` datetime DEFAULT NULL,
|
`asset_updated_at` datetime DEFAULT NULL,
|
||||||
`asset_archived_at` datetime DEFAULT NULL,
|
`asset_archived_at` datetime DEFAULT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user