Browse Source

kern add job_log Tabelle

master
Andre Knieschewski 2 weeks ago
parent
commit
f212733bb0
  1. 18
      superx/WEB-INF/conf/edustore/db/install/conf/kern.xml

18
superx/WEB-INF/conf/edustore/db/install/conf/kern.xml

@ -5636,6 +5636,24 @@
<privileges><rs> <privileges><rs>
</rs></privileges> </rs></privileges>
</table> </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> <themen>
<thema name="Administration" parent="Abfragen"></thema> <thema name="Administration" parent="Abfragen"></thema>

Loading…
Cancel
Save