Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update __init__.py #8

Closed
wants to merge 2 commits into from
Closed

Update __init__.py #8

wants to merge 2 commits into from

Conversation

sickify1
Copy link

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

Change database revision to 4 in initial database setup to align with changes in database schema.
@ramonskie ramonskie mentioned this pull request Feb 15, 2024
Incorrectly set database version to 4, should be 3.
@lejacobroy
Copy link
Owner

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

@lejacobroy lejacobroy closed this Feb 16, 2024
@sickify1
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants