|
|
|
|
@ -5636,6 +5636,24 @@
@@ -5636,6 +5636,24 @@
|
|
|
|
|
<privileges><rs> |
|
|
|
|
</rs></privileges> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<table name="job_log" version="6.0" thema="Administration" |
|
|
|
|
typ="Datentabelle"> |
|
|
|
|
<description>Log-Tabelle für ETL-Jobs der Komponentenverwaltung</description> |
|
|
|
|
<columns> |
|
|
|
|
<column name="job_instance_id" type="BIGINT" size="" default="" |
|
|
|
|
notnull="true" description="Job-Instanz-ID" /> |
|
|
|
|
<column name="log" type="TEXT" size="" default="" |
|
|
|
|
notnull="false" description="Job-Log" /> |
|
|
|
|
<column name="status" type="TEXT" size="" default="" |
|
|
|
|
notnull="false" description="Job-Status" /> |
|
|
|
|
</columns> |
|
|
|
|
<indexes> |
|
|
|
|
<index name="ix_job_log1" type="unique"> |
|
|
|
|
<index-column name="job_instance_id" /> |
|
|
|
|
</index> |
|
|
|
|
</indexes> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<themen> |
|
|
|
|
<thema name="Administration" parent="Abfragen"></thema> |
|
|
|
|
|