Fix corrupted value for pointoftax field

This commit is contained in:
Laurent Destailleur 2016-12-03 20:15:56 +01:00
parent 17bc24e83e
commit 888c4cd2ad

View File

@ -21,6 +21,13 @@
-- VMYSQL4.1 SET sql_mode = 'ALLOW_INVALID_DATES';
-- VMYSQL4.1 update llx_facture set date_pointoftax = NULL where DATE(STR_TO_DATE(date_pointoftax, '%Y-%m-%d')) IS NULL;
-- VMYSQL4.1 SET sql_mode = 'NO_ZERO_DATE';
-- VMYSQL4.1 update llx_facture set date_pointoftax = NULL where DATE(STR_TO_DATE(date_pointoftax, '%Y-%m-%d')) IS NULL;
-- Requests to clean corrupted database