diff options
author | M.Gergo | 2024-09-29 04:30:59 +0200 |
---|---|---|
committer | M.Gergo | 2024-09-29 04:30:59 +0200 |
commit | f55bad6878c678ce5aed406a5d2b31a6b3a523eb (patch) | |
tree | 27e7421dd8a7b65f4a1af3bc0a7f1ae073d97e78 /mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql | |
parent | 3d2ab46cef4f29a500f9a125460bb2993613c67e (diff) | |
parent | 8ba4eb09ddb764eaf01fabe30bdd49a202858d4d (diff) | |
download | mayor-master.tar.gz mayor-master.zip |
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql')
-rw-r--r-- | mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql | 1 |
1 files changed, 1 insertions, 0 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 6d7c5890..6e4cc053 100644 --- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql +++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql @@ -156,6 +156,7 @@ CREATE TABLE `diak` ( `megjegyzes` varchar(255) collate utf8_hungarian_ci default null, `NEKAzonosito` varchar(16) COLLATE utf8_hungarian_ci DEFAULT NULL, `torzslapszam` varchar(32) COLLATE utf8_hungarian_ci DEFAULT NULL, + `kretaFelhasznaloId` int(11) DEFAULT NULL, PRIMARY KEY (`diakId`), UNIQUE KEY `diakOid` (`oId`), KEY `kezdoTanev` (`kezdoTanev`,`kezdoSzemeszter`), |