soulsync/database
Antti Kettunen 1348de96c1 Fix db initialization
When starting from scratch (no existing .db file), certain db init steps were being skipped. Upon subsequent startup, these remaining 4-5 steps would execute.

Up until recently this has not been much of an issue since all the db init steps were run repeatedly throughout the process' lifetime, but after the init was changed to be only done once per startup, this became more problematic
2026-04-12 12:51:52 +03:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Fix db initialization 2026-04-12 12:51:52 +03:00