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

fix(database): remove non-null requirement for some fields #1175

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

gauthier-th
Copy link
Collaborator

Description

PR #628 changed some fields to disallow null values, causing issues with some older SQLite database having null values.
This PR reverts this change.

Screenshot (if UI-related)

To-Dos

  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

PR #628 changed some fields to disallow null values, causing issues with some older SQLite database
having null values. This PR reverts this change.
@gauthier-th gauthier-th changed the title fix: remove non-null requirement for some fields fix(database): remove non-null requirement for some fields Dec 21, 2024
@gauthier-th gauthier-th merged commit 13d15d1 into develop Dec 22, 2024
6 checks passed
@gauthier-th gauthier-th deleted the fix-null-fields branch December 22, 2024 04:56
@Fallenbagel
Copy link
Owner

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants