aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install/module-naplo/mysql
diff options
context:
space:
mode:
authorM.Gergo2019-11-10 09:46:32 +0100
committerM.Gergo2019-11-10 09:46:32 +0100
commit4047b31240ac0927ee7cc575f272549f445a5b96 (patch)
tree9b71f3a0c75bb4cab7d1b38b720ed2021771fd6c /mayor-orig/mayor-naplo/install/module-naplo/mysql
parentabd8cfdf391410090842081422f711779978f473 (diff)
downloadmayor-4047b31240ac0927ee7cc575f272549f445a5b96.tar.gz
mayor-4047b31240ac0927ee7cc575f272549f445a5b96.zip
Rev: 4569rev4569
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql')
-rw-r--r--mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql1
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