Normalize tag weight

This commit is contained in:
simon
2019-05-25 08:51:53 -04:00
parent 14327c62cc
commit 6460e98ce0
5 changed files with 30 additions and 10 deletions

View File

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