Sort name for autocomplete

This commit is contained in:
simon
2019-06-08 11:51:00 -04:00
parent 6460e98ce0
commit a70b9ffa61
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
CREATE INDEX ON :Artist(id);
CREATE INDEX ON :Artist(name);
CREATE INDEX ON :Artist(sortname);
CREATE INDEX ON :Release(id);