Skip to content
Snippets Groups Projects
Commit 882fc42e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent b15c7984
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment