mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-13 22:59:03 +00:00
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
CREATE INDEX ON :Artist(id);
|
|
CREATE INDEX ON :Artist(name);
|
|
CREATE INDEX ON :Release(id);
|