Skip to content
Snippets Groups Projects
Commit 37bbbf12 authored by Thomas Bindhammer's avatar Thomas Bindhammer
Browse files

merged 1071418_RefactorImporter into ImporterTest

parents 7b914b1f 7437f508
No related branches found
No related tags found
No related merge requests found
......@@ -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("asys_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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment