Skip to content
Snippets Groups Projects
Commit b76ac785 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #1432 structure for visa module

parent 4f5c9137
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,8 @@ added_by_entity character varying(50) NOT NULL,
visible character varying(1) NOT NULL DEFAULT 'Y'::bpchar,
viewed bigint,
difflist_type character varying(50),
process_date timestamp without time zone,
process_comment timestamp without time zone,
CONSTRAINT listinstance_history_details_pkey PRIMARY KEY (listinstance_history_details_id)
) WITH ( OIDS=FALSE );
......
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