2
0
forked from Wavyzz/dolibarr

Fix: 3.5 migration that was not complete. Second chance into 3.6.

This commit is contained in:
Laurent Destailleur
2014-05-29 20:39:51 +02:00
parent b15c79845e
commit 882fc42ea1

View File

@@ -1197,3 +1197,8 @@ create table llx_c_type_resource
)ENGINE=innodb; )ENGINE=innodb;
ALTER TABLE llx_c_type_resource ADD UNIQUE INDEX uk_c_type_resource_id (label, code); ALTER TABLE llx_c_type_resource ADD UNIQUE INDEX uk_c_type_resource_id (label, code);
-- Fix: Missing instruction not correctly done into 3.5
-- VPGSQL8.2 ALTER TABLE llx_facture_fourn ALTER fk_mode_reglement DROP NOT NULL;
-- VPGSQL8.2 ALTER TABLE llx_facture_fourn ALTER fk_cond_reglement DROP NOT NULL;