diff options
author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-16 14:07:33 +0000 |
---|---|---|
committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-16 14:07:33 +0000 |
commit | 77033fb6a17438cba72bdb642b189ea086b34894 (patch) | |
tree | 2121e1da58976d55d4807ac127e0b61663b0b7ba /upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql | |
parent | 4990e4cbc635b6ff953481e7d1147a39664d6a2b (diff) | |
download | zabbix-77033fb6a17438cba72bdb642b189ea086b34894.tar.gz zabbix-77033fb6a17438cba72bdb642b189ea086b34894.tar.xz zabbix-77033fb6a17438cba72bdb642b189ea086b34894.zip |
- added events.object (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3894 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql')
-rw-r--r-- | upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql b/upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql index 37f3649e..f4a1c855 100644 --- a/upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql +++ b/upgrades/dbpatches/1.3/postgresql/patch/dhosts.sql @@ -5,5 +5,6 @@ CREATE TABLE dhosts ( status integer DEFAULT '0' NOT NULL, lastup integer DEFAULT '0' NOT NULL, lastdown integer DEFAULT '0' NOT NULL, + eventsent integer DEFAULT '0' NOT NULL, PRIMARY KEY (dhostid) ); |