mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +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 '',
|
||||
`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…
x
Reference in New Issue
Block a user