Skip to content
Snippets Groups Projects
Commit e802da3d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Add civility for all peopal tables

parent b427e9be
No related branches found
No related tags found
No related merge requests found
--
-- $Id: 3.0.0-3.1.0.sql,v 1.78 2011/06/29 17:55:32 eldy Exp $
-- $Id: 3.0.0-3.1.0.sql,v 1.79 2011/07/12 22:12:12 eldy Exp $
--
-- Be carefull to requests order.
-- This file must be loaded by calling /install/index.php page
......@@ -440,3 +440,5 @@ ALTER TABLE llx_user ADD signature text DEFAULT NULL AFTER email;
ALTER TABLE llx_don ADD phone_mobile varchar(24) after email;
ALTER TABLE llx_don ADD phone varchar(24) after email;
ALTER TABLE llx_user ADD civilite varchar(6) after entity;
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