Skip to content
Snippets Groups Projects
Commit 966cf200 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

No commit message

No commit message
parent 27b67095
No related branches found
No related tags found
No related merge requests found
...@@ -1193,6 +1193,7 @@ CREATE TABLE notif_event_stack ...@@ -1193,6 +1193,7 @@ CREATE TABLE notif_event_stack
table_name character varying(32) NOT NULL, table_name character varying(32) NOT NULL,
record_id character varying(255) NOT NULL, record_id character varying(255) NOT NULL,
event_date timestamp without time zone 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_date timestamp without time zone NOT NULL,
exec_result character varying(50) NOT NULL, exec_result character varying(50) NOT NULL,
CONSTRAINT notif_event_stack_pkey PRIMARY KEY (system_id) CONSTRAINT notif_event_stack_pkey PRIMARY KEY (system_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment