summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/port_from_sqlite_to_postgres.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/port_from_sqlite_to_postgres.py b/scripts/port_from_sqlite_to_postgres.py
index 1e52d82fe0..a40a93ca76 100644
--- a/scripts/port_from_sqlite_to_postgres.py
+++ b/scripts/port_from_sqlite_to_postgres.py
@@ -454,7 +454,7 @@ class Porter(object):
 
         total_count = remaining_count + inserted_rows
 
-        defer.returnValue((next_chunk, remaining_count, total_count))
+        defer.returnValue((next_chunk, inserted_rows, total_count))
 
     @defer.inlineCallbacks
     def _get_remaining_count_to_port(self, table, next_chunk):