Recreate the SQL and the database

Change into the directory where you unpacked the source distribution and:

$ python src/main/python/main.py
$ rm sqlite/music-collection.db
$ sqlite3 sqlite/music-collection.db < src/main/sql/schema.sql
$ sqlite3 sqlite/music-collection.db < src/main/sql/music-collection.sql