Initial commit

This commit is contained in:
simon987
2019-05-08 20:45:35 -04:00
parent 5fb05d591a
commit 6d8c65fcd2
21 changed files with 784 additions and 0 deletions

2
seed.cypher Normal file
View File

@@ -0,0 +1,2 @@
CREATE INDEX ON :Artist(id);
CREATE INDEX ON :Release(id);