mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-04-10 14:06:41 +00:00
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
CREATE INDEX ON :Artist(id);
|
|
CREATE INDEX ON :Release(id);
|