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

​Progress in Database initially to be a Empty rather than Zero #9624

Open
1 task done
bigshezhang opened this issue Jan 9, 2025 · 1 comment · May be fixed by #9637
Open
1 task done

​Progress in Database initially to be a Empty rather than Zero #9624

bigshezhang opened this issue Jan 9, 2025 · 1 comment · May be fixed by #9637

Comments

@bigshezhang
Copy link

What happened?

​Progress in Database initially to be a Empty rather than Zero,caused filter unable to get the items whitch Progress = 0 out
CleanShot 2025-01-10 at 04 08 04@2x
CleanShot 2025-01-10 at 04 08 16@2x
CleanShot 2025-01-10 at 04 09 29@2x

Distribution version

macOS ARM 64 (Apple Silicon)

What browsers are you seeing the problem on if you're using web version?

Other

Are you self-hosting?

  • Yes

Relevant log output

No response

Anything else?

No response

@good-jinu
Copy link

The primary issue is that database rows are consistently initialized with null values unless specific filters are applied.

To address this, I want to add defaultValue field at PropertyConfig type. This would ensure that whenever a new row is added to the database, its value is automatically populated with the corresponding default value as defined in the configuration.

I'd like to open a PR for this

@good-jinu good-jinu linked a pull request Jan 10, 2025 that will close this issue
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 a pull request may close this issue.

2 participants