aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/install
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-rw-r--r--mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql b/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
index 16b9e1f6..dbdc3ac6 100644
--- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
+++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql
@@ -429,7 +429,7 @@ CREATE TABLE `szovegesErtekeles` (
CREATE TABLE `szeEgyediMinosites` (
`szeId` int(10) unsigned NOT NULL,
`szempontId` int(10) unsigned NOT NULL,
- `egyediMinosites` varchar(255) COLLATE utf8_hungarian_ci DEFAULT NULL,
+ `egyediMinosites` text COLLATE utf8_hungarian_ci DEFAULT NULL,
PRIMARY KEY (`szeId`,`szempontId`),
KEY `szeem_FKindex1` (`szempontId`),
KEY `szeem_FKindex2` (`szeId`),