Fix missing index in migration

This commit is contained in:
Laurent Destailleur 2019-01-21 05:03:31 +01:00
parent ae1ac001dd
commit 95bfecdd60

View File

@ -29,6 +29,8 @@
-- Missing in 8.0
ALTER TABLE llx_contrat_extrafields ADD INDEX idx_contrat_extrafields (fk_object);
ALTER TABLE llx_accounting_account DROP FOREIGN KEY fk_accounting_account_fk_pcg_version;
ALTER TABLE llx_accounting_account MODIFY COLUMN fk_pcg_version varchar(32) NOT NULL;
ALTER TABLE llx_accounting_system MODIFY COLUMN pcg_version varchar(32) NOT NULL;