mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 04:16:00 +00:00
import table wizard
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
if (preferedStorageType && preferedStorageType != values.sourceStorageType) {
|
||||
newValues['sourceStorageType'] = preferedStorageType;
|
||||
}
|
||||
for (const source of newSources) {
|
||||
if (values.fixedTargetPureName) {
|
||||
values[`targetName_${source}`] = values.fixedTargetPureName;
|
||||
values[`actionType_${source}`] = 'appendData';
|
||||
}
|
||||
}
|
||||
valuesStore.set({
|
||||
...values,
|
||||
...newValues,
|
||||
|
||||
Reference in New Issue
Block a user