Added TODO for data type discrepancy for the future

This commit is contained in:
kdeng00
2025-05-23 16:29:02 -04:00
parent 0a1b6e2ecd
commit 1d3ced50ac
+2 -1
View File
@@ -35,7 +35,8 @@ CREATE TABLE IF NOT EXISTS "song" (
album_artist TEXT NOT NULL,
album TEXT NOT NULL,
genre TEXT NOT NULL,
date TEXT NOT NULL,
-- TODO: Address discrepancy of date and year at some point
-- date TEXT NOT NULL,
year INT NOT NULL,
track SMALLINT NOT NULL,
disc SMALLINT NOT NULL,