-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: update queries to latest db schema #10
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
Conversation
|
🚅 Deployed to the search-sync-pr-10 environment in Drips App
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors database queries to align with the latest database schema changes. The changes primarily involve column name updates from camelCase to snake_case conventions and removal of the description field from search functionality.
Key changes:
- Updates column names to use snake_case format (e.g.,
ownerAddress→owner_address) - Removes description field from project search configuration and type definitions
- Updates verification status enum values to include a new 'pending_metadata' state
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/synchronizer/meilisearch/createMeiliSearchSynchronizer.ts |
Removes description field from search document mapping and search configuration |
src/synchronizer/meilisearch/changeDetection/types.ts |
Updates Project type to remove description field and expand verification status enum |
src/synchronizer/meilisearch/changeDetection/createPollingChangeDetection.ts |
Updates SQL queries to use new snake_case column names and table names |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.