Skip to content

Commit d41386a

Browse files
committed
Increase character limit for translation to 2000.
1 parent ddbb738 commit d41386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CREATE TABLE tx_nrtextdb_domain_model_translation
8989
component int(10) unsigned DEFAULT '0',
9090
type int(10) unsigned DEFAULT '0',
9191
placeholder varchar(255) DEFAULT '' NOT NULL,
92-
value varchar(1000) DEFAULT '' NOT NULL,
92+
value varchar(2000) DEFAULT '' NOT NULL,
9393

9494
PRIMARY KEY (uid),
9595
UNIQUE KEY translation (sys_language_uid, pid, environment, component, type, placeholder, deleted),

0 commit comments

Comments
 (0)