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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| music_database.py | ||
| music_library.db | ||