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

Ajout index sur table societe

parent 3457a4e9
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,6 @@
ALTER TABLE llx_societe ADD UNIQUE uk_societe_prefix_comm(prefix_comm);
ALTER TABLE llx_societe ADD UNIQUE uk_societe_code_client(code_client);
ALTER TABLE llx_societe ADD INDEX idx_societe_user_creat(fk_user_creat);
ALTER TABLE llx_societe ADD INDEX idx_societe_user_modif(fk_user_modif);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment