NEW better date_valid on invoice

need hour minutes and secondes for better order and search
This commit is contained in:
ptibogxiv 2021-01-03 20:25:35 +01:00 committed by GitHub
parent a3a7069c9c
commit 9be1ce7d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,3 +41,5 @@ ALTER TABLE llx_adherent ADD UNIQUE INDEX uk_adherent_ref (ref, entity);
ALTER TABLE llx_bank_account ADD COLUMN ics varchar(32) NULL;
ALTER TABLE llx_bank_account ADD COLUMN ics_transfer varchar(32) NULL;
ALTER TABLE llx_facture MODIFY COLUMN date_valid DATETIME NULL DEFAULT NULL;