-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fixes postgres sequence reset #3340
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Benchstat Geomean Results0.36% sec/op, -0.02% B/op, 0.00% allocs/op Benchstat results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3340 +/- ##
==========================================
- Coverage 24.66% 24.65% -0.01%
==========================================
Files 395 395
Lines 45872 45872
==========================================
- Hits 11313 11311 -2
- Misses 33439 33440 +1
- Partials 1120 1121 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Since we create sequences first then tables in init schema the sequence names don't match the source db. Update postgres sequence reset to query destination instead of source for sequences to reset