aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install
diff options
context:
space:
mode:
authorM.Gergo2020-02-02 12:55:51 +0100
committerM.Gergo2020-02-02 12:55:51 +0100
commit35283d60ca832c8c9c351ddd78cf9c5396ff80f6 (patch)
tree5dad19eb0b8298ec3a593c0383ec2aa603f89425 /mayor-orig/mayor-naplo/install
parent2116314871e4f4bbcb5aea67c455b87595f8e9da (diff)
downloadmayor-35283d60ca832c8c9c351ddd78cf9c5396ff80f6.tar.gz
mayor-35283d60ca832c8c9c351ddd78cf9c5396ff80f6.zip
Rev: 4604rev4604
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-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 63600aa9..bb15985a 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql
@@ -309,7 +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,
+ `tankorNevExtra` varchar(64) 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