Home
last modified time | relevance | path

Searched refs:hosts_profiles_ext (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/1.8/oracle/
H A Dpatch.sql408 alter table hosts_profiles_ext modify device_alias nvarchar2(64) DEFAULT '' ;
409 alter table hosts_profiles_ext modify device_type nvarchar2(64) DEFAULT '' ;
410 alter table hosts_profiles_ext modify device_chassis nvarchar2(64) DEFAULT '' ;
411 alter table hosts_profiles_ext modify device_os nvarchar2(64) DEFAULT '' ;
412 alter table hosts_profiles_ext modify device_os_short nvarchar2(64) DEFAULT '' ;
413 alter table hosts_profiles_ext modify device_hw_arch nvarchar2(32) DEFAULT '' ;
414 alter table hosts_profiles_ext modify device_serial nvarchar2(64) DEFAULT '' ;
415 alter table hosts_profiles_ext modify device_model nvarchar2(64) DEFAULT '' ;
416 alter table hosts_profiles_ext modify device_tag nvarchar2(64) DEFAULT '' ;
417 alter table hosts_profiles_ext modify device_vendor nvarchar2(64) DEFAULT '' ;
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/1.8/oracle/
H A Dpatch.sql408 alter table hosts_profiles_ext modify device_alias nvarchar2(64) DEFAULT '' ;
409 alter table hosts_profiles_ext modify device_type nvarchar2(64) DEFAULT '' ;
410 alter table hosts_profiles_ext modify device_chassis nvarchar2(64) DEFAULT '' ;
411 alter table hosts_profiles_ext modify device_os nvarchar2(64) DEFAULT '' ;
412 alter table hosts_profiles_ext modify device_os_short nvarchar2(64) DEFAULT '' ;
413 alter table hosts_profiles_ext modify device_hw_arch nvarchar2(32) DEFAULT '' ;
414 alter table hosts_profiles_ext modify device_serial nvarchar2(64) DEFAULT '' ;
415 alter table hosts_profiles_ext modify device_model nvarchar2(64) DEFAULT '' ;
416 alter table hosts_profiles_ext modify device_tag nvarchar2(64) DEFAULT '' ;
417 alter table hosts_profiles_ext modify device_vendor nvarchar2(64) DEFAULT '' ;
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/1.8/oracle/
H A Dpatch.sql408 alter table hosts_profiles_ext modify device_alias nvarchar2(64) DEFAULT '' ;
409 alter table hosts_profiles_ext modify device_type nvarchar2(64) DEFAULT '' ;
410 alter table hosts_profiles_ext modify device_chassis nvarchar2(64) DEFAULT '' ;
411 alter table hosts_profiles_ext modify device_os nvarchar2(64) DEFAULT '' ;
412 alter table hosts_profiles_ext modify device_os_short nvarchar2(64) DEFAULT '' ;
413 alter table hosts_profiles_ext modify device_hw_arch nvarchar2(32) DEFAULT '' ;
414 alter table hosts_profiles_ext modify device_serial nvarchar2(64) DEFAULT '' ;
415 alter table hosts_profiles_ext modify device_model nvarchar2(64) DEFAULT '' ;
416 alter table hosts_profiles_ext modify device_tag nvarchar2(64) DEFAULT '' ;
417 alter table hosts_profiles_ext modify device_vendor nvarchar2(64) DEFAULT '' ;
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/1.8/oracle/
H A Dpatch.sql408 alter table hosts_profiles_ext modify device_alias nvarchar2(64) DEFAULT '' ;
409 alter table hosts_profiles_ext modify device_type nvarchar2(64) DEFAULT '' ;
410 alter table hosts_profiles_ext modify device_chassis nvarchar2(64) DEFAULT '' ;
411 alter table hosts_profiles_ext modify device_os nvarchar2(64) DEFAULT '' ;
412 alter table hosts_profiles_ext modify device_os_short nvarchar2(64) DEFAULT '' ;
413 alter table hosts_profiles_ext modify device_hw_arch nvarchar2(32) DEFAULT '' ;
414 alter table hosts_profiles_ext modify device_serial nvarchar2(64) DEFAULT '' ;
415 alter table hosts_profiles_ext modify device_model nvarchar2(64) DEFAULT '' ;
416 alter table hosts_profiles_ext modify device_tag nvarchar2(64) DEFAULT '' ;
417 alter table hosts_profiles_ext modify device_vendor nvarchar2(64) DEFAULT '' ;
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/1.8/oracle/
H A Dpatch.sql408 alter table hosts_profiles_ext modify device_alias nvarchar2(64) DEFAULT '' ;
409 alter table hosts_profiles_ext modify device_type nvarchar2(64) DEFAULT '' ;
410 alter table hosts_profiles_ext modify device_chassis nvarchar2(64) DEFAULT '' ;
411 alter table hosts_profiles_ext modify device_os nvarchar2(64) DEFAULT '' ;
412 alter table hosts_profiles_ext modify device_os_short nvarchar2(64) DEFAULT '' ;
413 alter table hosts_profiles_ext modify device_hw_arch nvarchar2(32) DEFAULT '' ;
414 alter table hosts_profiles_ext modify device_serial nvarchar2(64) DEFAULT '' ;
415 alter table hosts_profiles_ext modify device_model nvarchar2(64) DEFAULT '' ;
416 alter table hosts_profiles_ext modify device_tag nvarchar2(64) DEFAULT '' ;
417 alter table hosts_profiles_ext modify device_vendor nvarchar2(64) DEFAULT '' ;
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/1.6/mysql/
H A Dpatch.sql89 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/1.6/mysql/
H A Dpatch.sql89 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/1.6/mysql/
H A Dpatch.sql89 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/1.6/mysql/
H A Dpatch.sql89 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/1.6/mysql/
H A Dpatch.sql89 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql438 DELETE FROM hosts_profiles_ext WHERE NOT EXISTS (SELECT hostid FROM hosts WHERE hosts.hostid=hosts_…
607 FROM hosts_profiles p LEFT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
620 FROM hosts_profiles p RIGHT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
705 DROP TABLE hosts_profiles_ext;
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql438 DELETE FROM hosts_profiles_ext WHERE NOT EXISTS (SELECT hostid FROM hosts WHERE hosts.hostid=hosts_…
607 FROM hosts_profiles p LEFT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
620 FROM hosts_profiles p RIGHT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
705 DROP TABLE hosts_profiles_ext;
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql438 DELETE FROM hosts_profiles_ext WHERE NOT EXISTS (SELECT hostid FROM hosts WHERE hosts.hostid=hosts_…
607 FROM hosts_profiles p LEFT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
620 FROM hosts_profiles p RIGHT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
705 DROP TABLE hosts_profiles_ext;
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql438 DELETE FROM hosts_profiles_ext WHERE NOT EXISTS (SELECT hostid FROM hosts WHERE hosts.hostid=hosts_…
607 FROM hosts_profiles p LEFT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
620 FROM hosts_profiles p RIGHT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
705 DROP TABLE hosts_profiles_ext;
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql438 DELETE FROM hosts_profiles_ext WHERE NOT EXISTS (SELECT hostid FROM hosts WHERE hosts.hostid=hosts_…
607 FROM hosts_profiles p LEFT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
620 FROM hosts_profiles p RIGHT JOIN hosts_profiles_ext ep on p.hostid=ep.hostid
705 DROP TABLE hosts_profiles_ext;
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/1.6/postgresql/
H A Dpatch.sql143 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/1.6/postgresql/
H A Dpatch.sql143 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/1.6/postgresql/
H A Dpatch.sql143 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/1.6/postgresql/
H A Dpatch.sql143 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/1.6/postgresql/
H A Dpatch.sql143 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/1.6/oracle/
H A Dpatch.sql123 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/1.6/oracle/
H A Dpatch.sql123 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/1.6/oracle/
H A Dpatch.sql123 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/1.6/oracle/
H A Dpatch.sql123 CREATE TABLE hosts_profiles_ext ( table
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/1.6/oracle/
H A Dpatch.sql123 CREATE TABLE hosts_profiles_ext ( table

12