mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-14 07:09:05 +00:00
Initial commit
This commit is contained in:
2
seed.cypher
Normal file
2
seed.cypher
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX ON :Artist(id);
|
||||
CREATE INDEX ON :Release(id);
|
||||
Reference in New Issue
Block a user