Skip to content
Snippets Groups Projects
Commit 9919cb90 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX #4583 Mise à jour du script 160.sql

parent c627463e
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,12 @@ ALTER TABLE mlb_coll_ext ADD sve_start_date timestamp without time zone;
ALTER TABLE mlb_coll_ext DROP COLUMN IF EXISTS sve_identifier;
ALTER TABLE mlb_coll_ext ADD sve_identifier character varying(255);
ALTER TABLE mlb_coll_ext DROP COLUMN IF EXISTS process_mode;
ALTER TABLE mlb_coll_ext ADD process_mode character varying(255);
-- ************************************************************************* --
-- sve mlb_doctype_ext --
-- ************************************************************************* --
ALTER TABLE mlb_doctype_ext DROP COLUMN IF EXISTS process_mode;
ALTER TABLE mlb_doctype_ext ADD process_mode character varying(255);
-- ************************************************************************* --
-- NEW COLUMNS FOR CONTACTS --
......
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