-
Notifications
You must be signed in to change notification settings - Fork 14k
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
fix: Database import with cancel_query.. extra field #20187
fix: Database import with cancel_query.. extra field #20187
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20187 +/- ##
===========================================
- Coverage 66.46% 54.53% -11.93%
===========================================
Files 1721 1722 +1
Lines 64521 64640 +119
Branches 6811 6822 +11
===========================================
- Hits 42882 35253 -7629
- Misses 19906 27653 +7747
- Partials 1733 1734 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@rusackas Ephemeral environment spinning up at http://54.187.135.34:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
Co-authored-by: Smart-Codi <codemaster08240328@gmail.com>
SUMMARY
When we export database with
cancel_query_on_windows_unload
key in extra field, importing db is failed.It is because the
ImportV1DatabaseExtraSchema
doesn't containcancel_query_on_windows_unload
as a property.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
importing database failed.
AFTER:
Sublime Text - PostgreSQL.yaml - 25 May 2022 - Watch Video
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION