tsk-224: Save file_type to CoverArt (#231)
* tsk-224: Save file_type to CoverArt * tsk-224: Updated migrations * tsk-224: Code formatting * tsk-224: Fix test * tsk-224: Test fix * tsk-224: Version bump * tsk-224: Warning fix
This commit was merged in pull request #231.
This commit is contained in:
@@ -56,5 +56,6 @@ CREATE TABLE IF NOT EXISTS "coverart" (
|
||||
title TEXT NOT NULL,
|
||||
directory TEXT NOT NULL,
|
||||
filename TEXT NOT NULL,
|
||||
file_type TEXT NOT NULL,
|
||||
song_id UUID NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user