Skip to content

Commit

Permalink
Fixed wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 18, 2024
1 parent 44a9819 commit 7cf91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ protected function migrate() : self
}

$map = [];
$result = $db->query( "
$result = $this->query( "
SELECT t.oid::regclass AS table_name,
a.attname AS column_name,
s.relname AS sequence_name
Expand Down

0 comments on commit 7cf91e3

Please sign in to comment.