forked from Wavyzz/dolibarr
Fix: 3.5 migration that was not complete. Second chance into 3.6.
This commit is contained in:
@@ -1197,3 +1197,8 @@ create table llx_c_type_resource
|
||||
)ENGINE=innodb;
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user