Skip to content
Snippets Groups Projects
Commit 8187a5c2 authored by Dan Staines's avatar Dan Staines
Browse files

fixed obsolete keyword in sql for table creation

parent bfad45d4
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ CREATE TABLE meta (
UNIQUE KEY species_key_value_idx (species_id, meta_key, meta_value),
KEY species_value_idx (species_id, meta_value)
) COLLATE=latin1_swedish_ci TYPE=MyISAM;
) COLLATE=latin1_swedish_ci ENGINE=MyISAM;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment