music-graph-scripts/seed.cypher
2019-05-08 20:45:55 -04:00

3 lines
59 B
Plaintext

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