Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADITO_Update_Upgrade
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
ADITO_Update_Upgrade
Commits
37bbbf12
Commit
37bbbf12
authored
3 years ago
by
Thomas Bindhammer
Browse files
Options
Downloads
Plain Diff
merged 1071418_RefactorImporter into ImporterTest
parents
7b914b1f
7437f508
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+159
-145
159 additions, 145 deletions
...ess/upgrade_ImporterCustomMappingFunctions_lib/process.js
process/upgrade_MigrateAllData_serverProcess/process.js
+18
-13
18 additions, 13 deletions
process/upgrade_MigrateAllData_serverProcess/process.js
with
177 additions
and
158 deletions
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+
159
−
145
View file @
37bbbf12
This diff is collapsed.
Click to expand it.
process/upgrade_MigrateAllData_serverProcess/process.js
+
18
−
13
View file @
37bbbf12
...
...
@@ -2,12 +2,13 @@ import("upgrade_ImporterCustomMappingFunctions_lib");
var
myArray
=
[];
//System tabels
/*
* System tabels
*/
myArray
.
push
(
"
aosys_calendarRights
"
);
myArray
.
push
(
"
aosys_loghist
"
);
myArray
.
push
(
"
sys_syncContact
"
);
myArray
.
push
(
"
a
sys_syncContact
"
);
myArray
.
push
(
"
asys_binaries
"
);
myArray
.
push
(
"
asys_binaries_data
"
);
myArray
.
push
(
"
asys_calendarbackend
"
);
myArray
.
push
(
"
asys_calendarlink
"
);
myArray
.
push
(
"
asys_calendarsync
"
);
...
...
@@ -16,16 +17,20 @@ myArray.push("asys_notification");
myArray
.
push
(
"
asys_sequences
"
);
myArray
.
push
(
"
asys_users
"
);
//automatic migration not recommended
//please contact project upgrade/update team
myArray
.
push
(
"
attr
"
);
myArray
.
push
(
"
attrlink
"
);
myArray
.
push
(
"
attreobject
"
);
myArray
.
push
(
"
keyword
"
);
myArray
.
push
(
"
keyword_attre
"
);
myArray
.
push
(
"
theme
"
);
//Data in alphabetical order
/*
* automatic migration not recommended
* please contact project upgrade/update team
*/
//myArray.push("attr");
//myArray.push("attrlink");
//myArray.push("attreobject");
//myArray.push("keyword");
//myArray.push("keyword_attre");
//myArray.push("theme");
/*
* Datatables in alphabetical order
*/
myArray
.
push
(
"
address
"
);
myArray
.
push
(
"
bulkmaildef
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment