Skip to content
Snippets Groups Projects
Commit 4751cb24 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15016 TIME 0:05 fix structure.sql

parent 79e90f92
No related branches found
No related tags found
No related merge requests found
...@@ -1031,6 +1031,7 @@ difflist_type character varying(50), ...@@ -1031,6 +1031,7 @@ difflist_type character varying(50),
process_date timestamp without time zone, process_date timestamp without time zone,
process_comment character varying(255), process_comment character varying(255),
requested_signature boolean default false, requested_signature boolean default false,
signatory boolean default false,
CONSTRAINT listinstance_history_details_pkey PRIMARY KEY (listinstance_history_details_id) CONSTRAINT listinstance_history_details_pkey PRIMARY KEY (listinstance_history_details_id)
) WITH ( OIDS=FALSE ); ) 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