Merge pull request #419 from wonko/wonko-add-only-same-schema-fks

Restrict the FK check if needed
This commit is contained in:
Carlos Salguero
2019-10-14 15:08:16 -03:00
committed by GitHub

View File

@@ -8995,6 +8995,7 @@ sub main {
tbl => $orig_tbl,
Cxn => $cxn,
Quoter => $q,
only_same_schema_fks => $o->get('only-same-schema-fks'),
);
my $vp = VersionParser->new($cxn->dbh());