Skip to content

Commit

Permalink
Merge pull request #1197 from SethKaufman/fix/key-length
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
SethKaufman committed Oct 21, 2021
2 parents f34ce5a + bd405af commit 2ab409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/inc/schema_mysql.sql
Expand Up @@ -2185,7 +2185,7 @@ create index i_table_num on ca_attributes(table_num);
create index i_element_id on ca_attributes(element_id);
create index i_row_table_num on ca_attributes(row_id, table_num);
create index i_prefetch ON ca_attributes(row_id, element_id, table_num);
create index i_value_source on ca_attribute_values(value_source(255));
create index i_value_source on ca_attributes(value_source(255));


/*==========================================================================*/
Expand Down

0 comments on commit 2ab409f

Please sign in to comment.