mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
data duplicator fix
This commit is contained in:
@@ -142,7 +142,7 @@ class DuplicatorItemHolder {
|
||||
});
|
||||
});
|
||||
const qrow = qres.rows[0];
|
||||
return this.weakReferences.filter(x => !qrow[x.columnName]).map(x => x.columnName);
|
||||
return this.weakReferences.filter(x => qrow[x.columnName] == 0).map(x => x.columnName);
|
||||
}
|
||||
|
||||
async runImport() {
|
||||
|
||||
Reference in New Issue
Block a user