icarus_models version bump (#210)

* icarus_models version bump

* icarus_models related changes

* Code formatting

* Test changeS:

* Test changes

* Migration changes

* Migration changes

* Warning fix

* Cleanup

* Updated readme

* Removed line from migrations

* Code cleanup

* Version bump

* cargo update

* icarus_models version bump
This commit was merged in pull request #210.
This commit is contained in:
KD
2025-10-20 11:19:06 -04:00
committed by GitHub
parent 2023fc81f8
commit e461e78661
9 changed files with 240 additions and 233 deletions
+2 -1
View File
@@ -53,6 +53,7 @@ CREATE TABLE IF NOT EXISTS "song" (
CREATE TABLE IF NOT EXISTS "coverart" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
title TEXT NOT NULL,
path TEXT NOT NULL,
directory TEXT NOT NULL,
filename TEXT NOT NULL,
song_id UUID NOT NULL
);