aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install/module-naplo
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo')
-rw-r--r--mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
index 644fa360..63600aa9 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
@@ -323,7 +323,7 @@ CREATE TABLE `tankorTipus` (
`jelenlet` enum('kötelező','nem kötelező') COLLATE utf8_hungarian_ci NOT NULL,
`regisztralando` enum('igen','nem') COLLATE utf8_hungarian_ci DEFAULT NULL,
`hianyzasBeleszamit` enum('igen','nem') COLLATE utf8_hungarian_ci DEFAULT NULL,
- `jelleg` enum('elmélet','gyakorlat') COLLATE utf8_hungarian_ci DEFAULT 'elmélet',
+ `jelleg` enum('elmélet','gyakorlat','osztályfüggetlen') COLLATE utf8_hungarian_ci DEFAULT 'elmélet',
`nevsor` enum('állandó','változtatható') COLLATE utf8_hungarian_ci DEFAULT NULL,
`tankorJel` varchar(3) COLLATE utf8_hungarian_ci DEFAULT NULL,
PRIMARY KEY (`tankorTipusId`),