From ae375d2ad83fd99c5867f6eee09f916a2dbbc29d Mon Sep 17 00:00:00 2001 From: Nico Bugl <n.bugl@adito.de> Date: Wed, 5 Jun 2019 10:55:19 +0200 Subject: [PATCH] Data alias fix --- aliasDefinition/Data_alias/Data_alias.aod | 68 ++++++++++++++++------- 1 file changed, 48 insertions(+), 20 deletions(-) diff --git a/aliasDefinition/Data_alias/Data_alias.aod b/aliasDefinition/Data_alias/Data_alias.aod index 688445b8cf..025687e3f9 100644 --- a/aliasDefinition/Data_alias/Data_alias.aod +++ b/aliasDefinition/Data_alias/Data_alias.aod @@ -3086,6 +3086,20 @@ <title></title> <description></description> </entityFieldDb> + <entityFieldDb> + <name>FOOTER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> </entityFields> </entityDb> <entityDb> @@ -8644,6 +8658,20 @@ <title></title> <description></description> </entityFieldDb> + <entityFieldDb> + <name>PREDECESSORSTEP_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> </entityFields> </entityDb> <entityDb> @@ -8971,11 +8999,11 @@ <description></description> </entityFieldDb> <entityFieldDb> - <name>CLASSIFICATIONNUMBER</name> + <name>CLASSIFICATIONTYPE</name> <dbName></dbName> <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> + <columnType v="1" /> + <size v="36" /> <scale v="0" /> <notNull v="false" /> <isUnique v="false" /> @@ -8985,11 +9013,11 @@ <description></description> </entityFieldDb> <entityFieldDb> - <name>CLASSIFICATIONTYPE</name> + <name>CLASSIFICATIONGROUP</name> <dbName></dbName> <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> + <columnType v="12" /> + <size v="80" /> <scale v="0" /> <notNull v="false" /> <isUnique v="false" /> @@ -9108,20 +9136,6 @@ <syncIds></syncIds> </auditSyncConfig> <entityFields> - <entityFieldDb> - <name>SCORETYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> <entityFieldDb> <name>SCORE</name> <dbName></dbName> @@ -9178,6 +9192,20 @@ <title></title> <description></description> </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONTYPE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> </entityFields> </entityDb> <entityDb> -- GitLab