Skip to content

Commit 494854c

Browse files
committed
Increase character limit for translation.
1 parent b09a78f commit 494854c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_tables.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ CREATE TABLE tx_nrtextdb_domain_model_translation
8888
environment int(10) unsigned DEFAULT '0',
8989
component int(10) unsigned DEFAULT '0',
9090
type int(10) unsigned DEFAULT '0',
91-
placeholder varchar(255) DEFAULT '' NULL,
92-
value varchar(1000) DEFAULT '' NOT NULL,
91+
placeholder varchar(255) DEFAULT '' NOT NULL,
92+
value varchar(1000) 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)