Fix bug when renaming tables with config storage enabled
commit1faab7119d3eb9ffed32632042f5fbafe69c582e
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Wed, 9 Feb 2022 16:58:35 +0000 (9 13:58 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Wed, 9 Feb 2022 16:58:35 +0000 (9 13:58 -0300)
treef628cde1ac4b843673af28eb1cc64bb30c6a4fb7
parentc363d13b00e36386420afa4e8dee1fce694ccb07
Fix bug when renaming tables with config storage enabled

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17359

Introduced by https://github.com/phpmyadmin/phpmyadmin/pull/17256

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
libraries/classes/ConfigStorage/Relation.php
test/classes/ConfigStorage/RelationTest.php