Merge branch 'develop' into 11.0_salaries

This commit is contained in:
Alexandre SPANGARO
2019-07-19 23:11:06 +02:00
committed by GitHub
51 changed files with 553 additions and 360 deletions

View File

@@ -28,6 +28,10 @@
-- Note: fields with type BLOB/TEXT can't have default value.
-- Missing in v10
ALTER TABLE llx_account_bookkeeping ADD COLUMN date_export datetime DEFAULT NULL;
create table llx_entrepot_extrafields
(
rowid integer AUTO_INCREMENT PRIMARY KEY,