diff options
author | M.Gergo | 2019-07-29 09:22:06 +0200 |
---|---|---|
committer | M.Gergo | 2019-07-29 09:22:06 +0200 |
commit | c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba (patch) | |
tree | 1a37dad6f90f9a7e46a5b7c987e91394caf414b1 /mayor-orig/mayor-naplo/install | |
parent | 389e70b9aff181663269ab3e7ca3c16ab58f3e0f (diff) | |
download | mayor-c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba.tar.gz mayor-c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba.zip |
Rev: 4524rev4524
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-rw-r--r-- | mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql | 2 |
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`), |