diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 6669fedb..89aa81ac 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -184,7 +184,7 @@ CREATE TABLE functions ( functionid serial, itemid int4 DEFAULT '0' NOT NULL, triggerid int4 DEFAULT '0' NOT NULL, - lastvalue varchar(255) DEFAULT '0.0000' NOT NULL, + lastvalue varchar(255), function varchar(10) DEFAULT '' NOT NULL, parameter int4 DEFAULT '0' NOT NULL, PRIMARY KEY (functionid), |
