music-graph-ui/seed.cypher
2019-05-08 20:36:42 -04:00

3 lines
59 B
Plaintext

CREATE INDEX ON :Artist(id);
CREATE INDEX ON :Release(id);