soulsync/database
Broque Thomas 25cc96e120 Fix watchlist NOT NULL constraint failing for iTunes-only artists
The migration to make spotify_artist_id nullable was using fragile string
matching against CREATE TABLE SQL, which silently failed for some databases.
Now uses PRAGMA table_info to reliably detect the NOT NULL flag.
2026-03-15 14:23:42 -07:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Fix watchlist NOT NULL constraint failing for iTunes-only artists 2026-03-15 14:23:42 -07:00
music_library.db basic db structure 2025-08-05 22:43:04 -07:00