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 f17c989a..8d3a26d0 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -61,6 +61,7 @@ CREATE TABLE items ( status int4 DEFAULT '0' NOT NULL, value_type int4 DEFAULT '0' NOT NULL, trapper_hosts varchar(255) DEFAULT '' NOT NULL, + units varchar(10) DEFAULT '' NOT NULL, PRIMARY KEY (itemid), FOREIGN KEY (hostid) REFERENCES hosts ); |
