summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/postgresql/patch
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch')
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/dhosts.sql1
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/drules.sql4
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/dservices.sql1
3 files changed, 0 insertions, 6 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/dhosts.sql b/upgrades/dbpatches/1.4/postgresql/patch/dhosts.sql
index f4a1c855..37f3649e 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/dhosts.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/dhosts.sql
@@ -5,6 +5,5 @@ 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)
);
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/drules.sql b/upgrades/dbpatches/1.4/postgresql/patch/drules.sql
index f05f14b9..b2ba3419 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/drules.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/drules.sql
@@ -6,9 +6,5 @@ CREATE TABLE drules (
delay integer DEFAULT '0' NOT NULL,
nextcheck integer DEFAULT '0' NOT NULL,
status integer DEFAULT '0' NOT NULL,
- upevent integer DEFAULT '0' NOT NULL,
- downevent integer DEFAULT '0' NOT NULL,
- svcupevent integer DEFAULT '0' NOT NULL,
- svcdownevent integer DEFAULT '0' NOT NULL,
PRIMARY KEY (druleid)
);
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/dservices.sql b/upgrades/dbpatches/1.4/postgresql/patch/dservices.sql
index 2636c81d..3a2ec37a 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/dservices.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/dservices.sql
@@ -6,6 +6,5 @@ CREATE TABLE dservices (
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 (dserviceid)
);