Skip to content
Snippets Groups Projects
Commit b0786ce9 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #4374 remove sve_type in mlb_coll_ext

parent 4d9402c7
No related branches found
No related tags found
No related merge requests found
......@@ -2049,7 +2049,6 @@ CREATE TABLE mlb_coll_ext (
admission_date timestamp without time zone,
sve_start_date timestamp without time zone default NULL,
sve_identifier character varying(255) default NULL,
sve_type character varying(255) default NULL,
answer_type_bitmask character varying(7) default NULL,
other_answer_desc character varying(255) DEFAULT NULL::character varying,
process_limit_date timestamp without time zone default NULL,
......@@ -3768,7 +3767,7 @@ CREATE VIEW res_view_letterbox AS
r.dest_user, r.confidentiality, mlb.category_id, mlb.exp_contact_id, mlb.exp_user_id,
mlb.dest_user_id, mlb.dest_contact_id, mlb.address_id, mlb.nature_id, mlb.alt_identifier,
mlb.admission_date, mlb.answer_type_bitmask, mlb.other_answer_desc,
mlb.sve_start_date, mlb.sve_identifier, mlb.sve_type,
mlb.sve_start_date, mlb.sve_identifier,
mlb.process_limit_date, mlb.recommendation_limit_date, mlb.closing_date, mlb.alarm1_date, mlb.alarm2_date,
mlb.flag_notif, mlb.flag_alarm1, mlb.flag_alarm2, mlb.is_multicontacts, r.video_user, r.video_time,
r.video_batch, r.subject, r.identifier, r.title, r.priority, mlb.process_notes,
......
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