Browse Source

Schemaänderungen sx_leistungen_v #7

COStage_0.3_Release
Daniel Quathamer 2 years ago
parent
commit
0af138912f
  1. 7
      src-modules/module/costage/conf/costage.xml

7
src-modules/module/costage/conf/costage.xml

@ -782,13 +782,13 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" /> @@ -782,13 +782,13 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" />
<column name="veranstaltung_semester" type ="VARCHAR" size ="4000" default ="" notnull ="false" />
<column name="veranstaltung_titel" type ="VARCHAR" size ="200" default ="" notnull ="false" />
<column name="veranstaltung_art" type ="VARCHAR" size ="2" default ="" notnull ="false" />
<column name="semesterstunden" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="semesterstunden" type ="FLOAT" size ="4" default ="" notnull ="false" />
<column name="unterrichtseinheiten" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="thema_individuell" type ="VARCHAR" size ="2000" default ="" notnull ="false" />
<column name="pv_notenskala_nr" type ="INTEGER" size ="4" default ="" notnull ="true" />
<column name="note" type ="VARCHAR" size ="100" default ="" notnull ="true" />
<column name="note_name" type ="VARCHAR" size ="100" default ="" notnull ="true" />
<column name="note_zahl" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="note_zahl" type ="FLOAT" size ="4" default ="" notnull ="false" />
<column name="pv_pruef_zusatz_typen_nr" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="note_zusatz" type ="VARCHAR" size ="20" default ="" notnull ="false" />
<column name="note_zusatz_name" type ="VARCHAR" size ="100" default ="" notnull ="false" />
@ -797,11 +797,12 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" /> @@ -797,11 +797,12 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" />
<column name="pv_notenskala_typ_nr" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="pv_notenskala_typ_kb" type ="VARCHAR" size ="4" default ="" notnull ="false" />
<column name="pv_notenskala_typ_name" type ="VARCHAR" size ="400" default ="" notnull ="false" />
<column name="credits" type ="INTEGER" size ="4" default ="" notnull ="false" />
<column name="credits" type ="FLOAT" size ="4" default ="" notnull ="false" />
<column name="leistungsdatum" type ="DATETIME" size ="7" default ="" notnull ="false" />
<column name="anerkannt_flag" type ="CHAR" size ="1" default ="" notnull ="false" />
<column name="zusatzleistung_flag" type ="CHAR" size ="1" default ="" notnull ="false" />
<column name="leistungsstatus_nr" type ="INTEGER" size ="4" default ="" notnull ="true" />
<column name="leistungsstatus_map_kb" type ="CHAR" size ="10" default ="" notnull ="false" />
</columns>
<indexes></indexes>
<primaryKeys><rs>

Loading…
Cancel
Save