Skip to content

Include view creation during local db reset logic#2316

Closed
findolor wants to merge 4 commits intolocal-db-web-lock-apifrom
local-db-missing-view
Closed

Include view creation during local db reset logic#2316
findolor wants to merge 4 commits intolocal-db-web-lock-apifrom
local-db-missing-view

Conversation

@findolor
Copy link
Copy Markdown
Collaborator

Chained PR

Motivation

During the local db reset process we weren't properly creating the views and that was giving us errors when we were trying to query the database on the client. This PR aims to fix that

Solution

  • Add a new query to create views
  • Include the statement during the reset db process
  • Add and update tests

Checks

By submitting this for review, I'm confirming I've done the following:

  • made this PR as small as possible
  • unit-tested any new functionality
  • linked any relevant issues or PRs
  • included screenshots (if this involves a front-end change)

@findolor findolor added this to the LocalDB Implementation milestone Nov 13, 2025
@findolor findolor requested review from 0xgleb and hardyjosh November 13, 2025 08:21
@findolor findolor self-assigned this Nov 13, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Nov 13, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch local-db-missing-view

Comment @coderabbitai help to get the list of available commands and usage tips.

@findolor findolor changed the base branch from local-db-web-lock-api to local-db-web-lock-fix December 3, 2025 06:39
@findolor findolor changed the base branch from local-db-web-lock-fix to local-db-web-lock-api December 3, 2025 06:40
@findolor findolor closed this Dec 3, 2025
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