Merge pull request #19033 from hregis/fix_wrong_sql_index
FIX compatibility with Multicompany
This commit is contained in:
commit
2741e12376
@ -627,3 +627,5 @@ CREATE TABLE llx_onlinesignature
|
|||||||
|
|
||||||
ALTER TABLE llx_facture_fourn CHANGE COLUMN fk_mode_transport fk_transport_mode integer;
|
ALTER TABLE llx_facture_fourn CHANGE COLUMN fk_mode_transport fk_transport_mode integer;
|
||||||
|
|
||||||
|
ALTER TABLE llx_c_socialnetworks DROP INDEX idx_c_socialnetworks_code;
|
||||||
|
ALTER TABLE llx_c_socialnetworks ADD UNIQUE INDEX idx_c_socialnetworks_code_entity (code, entity);
|
||||||
|
|||||||
@ -16,4 +16,4 @@
|
|||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_c_socialnetworks ADD UNIQUE INDEX idx_c_socialnetworks_code (code);
|
ALTER TABLE llx_c_socialnetworks ADD UNIQUE INDEX idx_c_socialnetworks_code_entity (code, entity);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user