[Autoprovision] Removed agents_count column from tprovisioning

This commit is contained in:
fermin831 2018-03-13 17:29:39 +01:00
parent 9b60d94d59
commit ff2098bb7f
1 changed files with 0 additions and 1 deletions

View File

@ -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;