Browse Source

KERN Tabellen auskommentiert, um Kollision beim install/uninstall zu vermeiden

etl_0.6_Release
Daniel Quathamer 5 days ago
parent
commit
9600f9f0e7
  1. 14
      src-modules/module/etl/conf/etl.xml

14
src-modules/module/etl/conf/etl.xml

@ -10,6 +10,7 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[ETL]" />
</sachgebiete> </sachgebiete>
<!--die folgenden Tabellen sind Teil des Kernmoduls und müssen auskommentiert bleiben--> <!--die folgenden Tabellen sind Teil des Kernmoduls und müssen auskommentiert bleiben-->
<!--
<table name="etl_step" thema="Administration" releaseUnload="demo" <table name="etl_step" thema="Administration" releaseUnload="demo"
typ="Schlüsseltabelle"> typ="Schlüsseltabelle">
<description>Schlüsseltabelle für Ladeschritte</description> <description>Schlüsseltabelle für Ladeschritte</description>
@ -49,9 +50,7 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[ETL]" />
</rs> </rs>
</primaryKeys> </primaryKeys>
<indexes> <indexes>
<!-- <index name="ix_etl_step1" type="unique"> <index-column name="uniquename" </indexes>
/> <index-column name="systeminfo_id" /> </index> -->
</indexes>
</table> </table>
<table name="etl_step_type" thema="Administration" releaseUnload="demo" <table name="etl_step_type" thema="Administration" releaseUnload="demo"
@ -100,9 +99,7 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[ETL]" />
notnull="" description="Bezeichnung" /> notnull="" description="Bezeichnung" />
<column name="param_default" type="VARCHAR" size="255" <column name="param_default" type="VARCHAR" size="255"
default="" notnull="false" description="Defaultwert" /> default="" notnull="false" description="Defaultwert" />
<!-- in Zukunft ggf. typisiert: <column name="param_type" type="VARCHAR"
size="255" default="" notnull="false" description="Defaultwert" /> -->
</columns> </columns>
<primaryKeys> <primaryKeys>
<rs> <rs>
@ -244,8 +241,7 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[ETL]" />
notnull="" description="Bezeichnung" /> notnull="" description="Bezeichnung" />
<column name="param_default" type="VARCHAR" size="255" <column name="param_default" type="VARCHAR" size="255"
default="" notnull="false" description="Defaultwert" /> default="" notnull="false" description="Defaultwert" />
<!-- in Zukunft ggf. typisiert: <column name="param_type" type="VARCHAR"
size="255" default="" notnull="false" description="Defaultwert" /> -->
</columns> </columns>
<primaryKeys> <primaryKeys>
@ -262,7 +258,7 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[ETL]" />
</primaryKeys> </primaryKeys>
<indexes> <indexes>
</indexes> </indexes>
</table> </table>-->
<table name="etl_job_metadata" thema="Administration" releaseUnload="demo" <table name="etl_job_metadata" thema="Administration" releaseUnload="demo"
typ="Schlüsseltabelle"> typ="Schlüsseltabelle">
<description>Schlüsseltabelle für Metadaten Ladejobs</description> <description>Schlüsseltabelle für Metadaten Ladejobs</description>

Loading…
Cancel
Save