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

Disable Schema Export in Room Database Configuration #1688

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adripo
Copy link
Contributor

@adripo adripo commented Jul 24, 2024

Description:

Problem:

The build process is currently emitting a warning due to the absence of a schema export directory for the Room database.
Details: https://github.com/Docile-Alligator/Infinity-For-Reddit/actions/runs/10067294236/job/27830465944#step:4:124

Solution:

Set exportSchema to false in the RedditDataRoomDatabase class to disable schema export, as it is not required for this project.

Testing:

  • Verified that the schema export warning is resolved by setting exportSchema to false.
  • Ensured that the application runs without any Room-related warnings.

Checklist:

  • Set exportSchema to false in RedditDataRoomDatabase.
  • Verified resolution of the schema export warning.
  • Ensured application runs smoothly without any Room-related warnings.

Please review and merge the changes.

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.

1 participant