mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-09 13:53:51 +00:00
* refactor: cleanup parameters of open_library and open_sqlite_library * doc: notes on what tables are affected by which migration steps * refactor(migration order): move DBv6 repairs * refactor(migration order): move DBv8 repairs * refactor(migration order): move DBv9 repairs * refactor(migration order): move DBv100 repairs * refactor(migration order): move DBv102 repairs * refactor: merge migration methods * doc: final comment changes * fix: query tag ids independent of future DB changes * feat: remove preferences table * refactor: various references to LibraryPrefs * fix: update josn migration UI * refactor: remove last vestiges of preferences table * fix: remove newly unnecessary translations * doc: document library format changes * refactor: merge the two methods used for migration 104 * fix: typo in sql statement * fix: add back support for preferences table in get_version * fix: properly remove directory in test * fix: incorrect schema check in get_version * fix: update search lib via migration * fix: update assert in test * fix: ignore element order in assert in test * fix: use correct path * fix: better test output --------- Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>