diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 760b1202..675b76b6 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -560,6 +560,7 @@ CREATE TABLE users_groups ( CREATE TABLE trends ( itemid int4 DEFAULT '0' NOT NULL, clock int4 DEFAULT '0' NOT NULL, + num int2 DEFAULT '0' NOT NULL, value_min float8 DEFAULT '0.0000' NOT NULL, value_avg float8 DEFAULT '0.0000' NOT NULL, value_max float8 DEFAULT '0.0000' NOT NULL, |
