-
Notifications
You must be signed in to change notification settings - Fork 90
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
[backend] Fix on deleted injector contract #2204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2204 +/- ##
============================================
+ Coverage 32.66% 32.69% +0.02%
- Complexity 1511 1513 +2
============================================
Files 581 582 +1
Lines 18026 18033 +7
Branches 1156 1156
============================================
+ Hits 5889 5896 +7
Misses 11874 11874
Partials 263 263 ☔ View full report in Codecov by Sentry. |
Statement statement = connection.createStatement(); | ||
|
||
statement.execute( | ||
"ALTER TABLE inject_importers alter column importer_mapper_id drop not null;"); |
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.
The column name is different in SQL side and Java side
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.
NOP, I misunderstood
Proposed changes
Related issues
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...