You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The no-drop parameter was added in this pull request, but some later modifications to the original code reversed lines 143-144 and the feature does not work as intended.
Proposed Actions
Reverse the lines 143-144 to:
self.connector.drop = not self.no_drop
self.connector.restore_dump(input_file)
System Information
No response
The text was updated successfully, but these errors were encountered:
Current Situation
The
no-drop
parameter was added in this pull request, but some later modifications to the original code reversed lines 143-144 and the feature does not work as intended.Proposed Actions
Reverse the lines 143-144 to:
System Information
No response
The text was updated successfully, but these errors were encountered: