Skip to content
Prev Previous commit
Next Next commit
Altar table
  • Loading branch information
jjoyce0510 committed Jun 17, 2021
commit 28534af3a53320ba40cbd83aa3df8fd5a5d2570e
2 changes: 1 addition & 1 deletion docker/mysql-setup/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WHERE NOT EXISTS (SELECT * from metadata_aspect_v2);
DROP TABLE temp_metadata_aspect_v2;

-- create index on the "aspect" column to support aspect-oriented queries.
ALTER TABLE metadata_aspect_v2 ADD INDEX 'aspectName' (aspect);
ALTER TABLE metadata_aspect_v2 ADD INDEX aspectName (aspect);

-- create metadata index table
CREATE TABLE IF NOT EXISTS metadata_index (
Expand Down