bugfix for datatypes in bis.tbl_zgvgruppe_zuordnung

This commit is contained in:
Andreas Moik
2016-03-03 14:29:05 +01:00
parent b95b083bb2
commit ec79066211
+2 -2
View File
@@ -1004,8 +1004,8 @@ if (!$result = @$db->db_query("SELECT 1 FROM bis.tbl_zgvgruppe_zuordnung LIMIT 1
(
zgvgruppe_id integer NOT NULL,
studiengang_kz integer,
zgv_code smallint,
zgvma_code smallint,
zgv_code integer,
zgvma_code integer,
gruppe_kurzbz varchar(16)
);