diff options
author | M.Gergo | 2019-11-10 09:46:32 +0100 |
---|---|---|
committer | M.Gergo | 2019-11-10 09:46:32 +0100 |
commit | 4047b31240ac0927ee7cc575f272549f445a5b96 (patch) | |
tree | 9b71f3a0c75bb4cab7d1b38b720ed2021771fd6c /mayor-orig/mayor-naplo/install | |
parent | abd8cfdf391410090842081422f711779978f473 (diff) | |
download | mayor-4047b31240ac0927ee7cc575f272549f445a5b96.tar.gz mayor-4047b31240ac0927ee7cc575f272549f445a5b96.zip |
Rev: 4569rev4569
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-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 c761440e..644fa360 100644 --- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql +++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql @@ -309,6 +309,7 @@ CREATE TABLE `tankor` ( `max` tinyint(3) unsigned NOT NULL, `_tankorTipus` enum('tanórai','tanórán kívüli','első nyelv','második nyelv','egyéni foglalkozás','délutáni') COLLATE utf8_hungarian_ci DEFAULT 'tanórai', `tankorTipusId` int(10) unsigned DEFAULT NULL, + `tankorNevExtra` varchar(16) COLLATE utf8_hungarian_ci DEFAULT NULL, PRIMARY KEY (`tankorId`), KEY `tankor_FKIndex1` (`targyId`), CONSTRAINT `tankor_ibfk_1` FOREIGN KEY (`targyId`) REFERENCES `targy` (`targyId`) ON DELETE NO ACTION ON UPDATE NO ACTION |