4 lines
86 B
SQL
4 lines
86 B
SQL
DROP INDEX artists_name_idx;
|
|
DROP INDEX albums_title_idx;
|
|
DROP INDEX songs_title_idx;
|