Skip to content

Commit

Permalink
Fix: Bad unique key
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 28, 2014
1 parent 21ff810 commit 338fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_c_type_resource.key.sql
Expand Up @@ -17,5 +17,5 @@
-- ========================================================================


ALTER TABLE llx_c_type_contact ADD UNIQUE INDEX uk_c_type_contact_id (element, source, code);
ALTER TABLE llx_c_type_resource ADD UNIQUE INDEX uk_c_type_resource_id (libelle, code);

0 comments on commit 338fc5f

Please sign in to comment.