PT-1802 WIP

This commit is contained in:
Carlos Salguero
2020-04-02 09:57:45 -03:00
parent f80c098614
commit 54f90e4bdf
4 changed files with 176 additions and 6 deletions

View File

@@ -11134,7 +11134,7 @@ sub rebuild_constraints {
if ($fk =~ /^__/) {
($new_fk = $fk) =~ s/^__//;
} else {
$new_fk = '_'.$fk;
$new_fk = '___'.$fk;
}
PTDEBUG && _d("Old FK name: $fk New FK name: $new_fk");