Skip to content

Commit

Permalink
Alter table rename stable
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Apr 25, 2024
1 parent f1cde49 commit b9d7583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/RenameTable/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function run(): Task {
}
self::createTableLike($payload->sourceTableName, $payload->destinationTableName, $client);

$result = self::attachTable($payload->sourceTableName, $payload->destinationTableName, $client);
$result = (array)self::attachTable($payload->sourceTableName, $payload->destinationTableName, $client);

self::dropTable($payload->sourceTableName, $client);

Expand Down

0 comments on commit b9d7583

Please sign in to comment.