lejacobroy / Tidalrr

Self-hosted Tidal library sync
Apache License 2.0
30 stars 4 forks source link

Update __init__.py #8

Closed sickify1 closed 6 months ago

sickify1 commented 6 months ago

Change database revision to 4 in initial database setup to align with changes in database schema.

lejacobroy commented 6 months ago

Yes, there's a problem with the shema migration when starting a new DB. The default field should be set to 3, not 4, as the migration ends at 3. See function migration() I'll push an update today

sickify1 commented 6 months ago

Yes, there's a problem with the shema migration when starting a new DB. The default field should be set to 3, not 4, as the migration ends at 3. See function migration() I'll push an update today

Yes sorry, the initial pull request was a 4, I noticed my mistake and the updated pull request has it set to 3.