Skip to content

Commit 8a061d2

Browse files
Uses correct table names in PostgreSqlSequences migration step
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent e9dbf3c commit 8a061d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Maintenance/Migration/v2_1/PostgreSqlSequences.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function execute(): bool
248248
[
249249
'key' => Config::$db_prefix . $value['key'],
250250
'field' => $value['field'],
251-
'table' => $value['table'],
251+
'table' => Config::$db_prefix . $value['table'],
252252
],
253253
);
254254
}

0 commit comments

Comments
 (0)