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 adad0ced..6bd5fa95 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -139,6 +139,7 @@ CREATE TABLE triggers ( lastchange int4 DEFAULT '0' NOT NULL, dep_level int2 DEFAULT '0' NOT NULL, comments text, + error varchar(128) DEFAULT '' NOT NULL, PRIMARY KEY (triggerid) ); |
