diff --git a/core/trunk/structure.sql b/core/trunk/structure.sql index 0d7104751668520de3fa662aeed9e1c473c4118a..c7ee05f69b2a630522ff31f91cb710db94631107 100644 --- a/core/trunk/structure.sql +++ b/core/trunk/structure.sql @@ -1193,6 +1193,7 @@ CREATE TABLE notif_event_stack table_name character varying(32) NOT NULL, record_id character varying(255) NOT NULL, event_date timestamp without time zone NOT NULL, + event_info character varying(255) NOT NULL, exec_date timestamp without time zone NOT NULL, exec_result character varying(50) NOT NULL, CONSTRAINT notif_event_stack_pkey PRIMARY KEY (system_id)