mirror of https://github.com/itflow-org/itflow
Fix typo
This commit is contained in:
parent
8839ee1f73
commit
89dcac8ef4
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue