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 10063400..adad0ced 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -76,6 +76,7 @@ CREATE TABLE items ( formula varchar(255) DEFAULT '{.last(0)}' NOT NULL, error varchar(128) DEFAULT '' NOT NULL, lastlogsize int4 DEFAULT '0' NOT NULL, + logtimefmt varchar(64) DEFAULT '' NOT NULL, PRIMARY KEY (itemid), FOREIGN KEY (hostid) REFERENCES hosts ); |
