mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
[Autoprovision] Removed agents_count column from tprovisioning
This commit is contained in:
parent
9b60d94d59
commit
ff2098bb7f
@ -3090,7 +3090,6 @@ create table IF NOT EXISTS `tprovisioning`(
|
|||||||
`description` TEXT default '',
|
`description` TEXT default '',
|
||||||
`order` int(11) NOT NULL default 0,
|
`order` int(11) NOT NULL default 0,
|
||||||
`config` TEXT default '',
|
`config` TEXT default '',
|
||||||
`agent_count` int(11) NOT NULL default 0,
|
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) engine=InnoDB DEFAULT CHARSET=utf8;
|
) engine=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user