From 9e8c3a1b1eb2ecf0ea74fd4d766680fa509416e9 Mon Sep 17 00:00:00 2001 From: simnandez Date: Sun, 7 Apr 2013 15:45:48 +0200 Subject: [PATCH] Updates --- htdocs/install/mysql/migration/3.3.0-3.4.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/migration/3.3.0-3.4.0.sql b/htdocs/install/mysql/migration/3.3.0-3.4.0.sql index b50c5a04bb9..0807480361c 100755 --- a/htdocs/install/mysql/migration/3.3.0-3.4.0.sql +++ b/htdocs/install/mysql/migration/3.3.0-3.4.0.sql @@ -229,4 +229,6 @@ ALTER TABLE llx_societe ADD COLUMN note_public text after note; ALTER TABLE llx_actioncomm ADD COLUMN transparency integer after fk_user_action; +ALTER TABLE llx_facture_fourn_det ADD COLUMN info_bits integer DEFAULT 0; + INSERT INTO llx_c_action_trigger (rowid,code,label,description,elementtype,rang) VALUES (29,'FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',29);