aboutsummaryrefslogtreecommitdiff
path: root/wa/output_processors/postgresql.py
diff options
context:
space:
mode:
Diffstat (limited to 'wa/output_processors/postgresql.py')
-rw-r--r--wa/output_processors/postgresql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wa/output_processors/postgresql.py b/wa/output_processors/postgresql.py
index 38dd6af1..a2fa27b8 100644
--- a/wa/output_processors/postgresql.py
+++ b/wa/output_processors/postgresql.py
@@ -521,7 +521,7 @@ class PostgresqlResultProcessor(OutputProcessor):
self.conn.reset()
def verify_schema_versions(self):
- local_schema_version, db_schema_version = get_schema_versions(self.cursor)
+ local_schema_version, db_schema_version = get_schema_versions(self.conn)
if local_schema_version != db_schema_version:
self.cursor.close()
self.cursor = None