aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install/module-naplo/mysql
diff options
context:
space:
mode:
authorM.Gergo2019-07-29 09:22:06 +0200
committerM.Gergo2019-07-29 09:22:06 +0200
commitc4a95f32d1153730b09ffbbf19ea775e6bf2f3ba (patch)
tree1a37dad6f90f9a7e46a5b7c987e91394caf414b1 /mayor-orig/mayor-naplo/install/module-naplo/mysql
parent389e70b9aff181663269ab3e7ca3c16ab58f3e0f (diff)
downloadmayor-c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba.tar.gz
mayor-c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba.zip
Rev: 4524rev4524
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql')
-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 f05feeed..ad7ad3aa 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
@@ -171,7 +171,7 @@ CREATE TABLE `diak` (
CREATE TABLE `diakJogviszony` (
`diakId` int(10) unsigned NOT NULL,
- `statusz` enum('felvételt nyert','jogviszonyban van','magántanuló','vendégtanuló','jogviszonya felfüggesztve','jogviszonya lezárva') COLLATE utf8_hungarian_ci NOT NULL,
+ `statusz` enum('felvételt nyert','jogviszonyban van','magántanuló','egyéni munkarend','vendégtanuló','jogviszonya felfüggesztve','jogviszonya lezárva') COLLATE utf8_hungarian_ci NOT NULL,
`dt` date NOT NULL,
PRIMARY KEY (`diakId`,`dt`),
KEY `diakJogviszony_FKIndex1` (`diakId`),