From 9919cb9043e2aa8e97661782078a7c49dad3ce8f Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Wed, 14 Sep 2016 14:06:20 +0000
Subject: [PATCH] =?UTF-8?q?FIX=20#4583=20Mise=20=C3=A0=20jour=20du=20scrip?=
 =?UTF-8?q?t=20160.sql?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/trunk/sql/160.sql | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/trunk/sql/160.sql b/core/trunk/sql/160.sql
index efd52c124ef..3009fe6a1a8 100644
--- a/core/trunk/sql/160.sql
+++ b/core/trunk/sql/160.sql
@@ -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                        --
-- 
GitLab