diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 2abaa918f33..bd6c01f053a 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -904,3 +904,4 @@ ALTER TABLE llx_document_model ADD UNIQUE uk_document_model (nom,type); ALTER TABLE llx_chargesociales drop column date_pai; +UPDATE llx_facture SET type=0 where type=3; \ No newline at end of file