Skip to content

Commit

Permalink
fix no-drop ref jazzband#545
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiotech authored Jan 29, 2025
1 parent ad5e0c9 commit 1f1e00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/management/commands/dbrestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ def _restore_backup(self):
self.connector = get_connector(self.database_name)
if self.schemas:
self.connector.schemas = self.schemas
self.connector.restore_dump(input_file)
self.connector.drop = not self.no_drop
self.connector.restore_dump(input_file)

0 comments on commit 1f1e00a

Please sign in to comment.