Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Oct 21, 2021
1 parent e8d869f commit bd405af
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 bd405af

Please sign in to comment.