2
0
forked from Wavyzz/dolibarr

Fix unit test on accounting

This commit is contained in:
Laurent Destailleur
2019-01-20 17:06:24 +01:00
parent 24cb6ecf03
commit f7c11ec7f4
3 changed files with 8 additions and 6 deletions

View File

@@ -255,3 +255,5 @@ CREATE TABLE llx_pos_cash_fence(
import_key VARCHAR(14)
) ENGINE=innodb;
-- VMYSQL4.3 ALTER TABLE llx_accounting_account MODIFY COLUMN account_number varchar(32) NOT NULL;
-- VPGSQL8.2 ALTER TABLE llx_accounting_account ALTER COLUMN account_number SET NOT NULL;