[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 '',
|
||||
`order` int(11) NOT NULL default 0,
|
||||
`config` TEXT default '',
|
||||
`agent_count` int(11) NOT NULL default 0,
|
||||
PRIMARY KEY (`id`)
|
||||
) engine=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
Loading…
Reference in New Issue