diff options
author | M.Gergo | 2021-10-28 15:10:04 +0200 |
---|---|---|
committer | M.Gergo | 2021-10-28 15:10:04 +0200 |
commit | 3a1c1811413c635c5ee6e40cb7d497de7313dbe1 (patch) | |
tree | df7591ff0287ef6b96b18da723b1914fd5dc3e20 /mayor-orig/mayor-naplo/install | |
parent | a6185f7270c04c7469ea1a785e5cb35d2c3fdea6 (diff) | |
download | mayor-3a1c1811413c635c5ee6e40cb7d497de7313dbe1.tar.gz mayor-3a1c1811413c635c5ee6e40cb7d497de7313dbe1.zip |
Rev: 4820rev4820
Diffstat (limited to 'mayor-orig/mayor-naplo/install')
-rw-r--r-- | mayor-orig/mayor-naplo/install/module-naplo/mysql/tanev.sql | 2 |
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`), |