| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reviewer's guide (collapsed on small PRs)
Reviewer's GuideThis PR updates the PostgreSQL migration script for Kafka integration by removing explicit “public” schema qualifiers and relying on unqualified table names for CREATE TABLE, index, and foreign key definitions. File-Level Changes
Possibly linked issues
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
There was a problem hiding this comment.
Hey there - I've reviewed your changes - here's some feedback:
Please address the comments from this code review:
## Overall Comments
- Add a down migration or in-place rename logic so existing deployments of the "public.Kafka" table aren’t orphaned when this schema correction runs.
- Consider making the schema name configurable via environment or Prisma settings instead of hardcoding to support non-public schemas.
- Ensure all other migrations and model definitions have had their schema qualifications updated consistently to avoid mismatches.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📋 Description
🔗 Related Issue
Closes #(2069)
🧪 Type of Change
🧪 Testing
📸 Screenshots (if applicable)
✅ Checklist
📝 Additional Notes
Summary by Sourcery
Bug Fixes: