diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql b/upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql index 7e6830e4..b947966b 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/dchecks.sql @@ -6,4 +6,4 @@ CREATE TABLE dchecks ( snmp_community varchar(255) DEFAULT '0' NOT NULL, ports varchar(255) DEFAULT '0' NOT NULL, PRIMARY KEY (dcheckid) -); +) with OIDS; |