Skip to content

Commit 7322bb4

Browse files
committed
Merge branch 'hotfix/sql'
2 parents db5ec8a + 893a223 commit 7322bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contao/config/database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CREATE TABLE `tl_metamodel_translatedmulti` (
1919
`langcode` varchar(5) NOT NULL default '',
2020
`row` int(5) unsigned NOT NULL default '0',
2121
`col` varchar(255) NOT NULL default '',
22-
`value` text NOT NULL default '',
22+
`value` text NULL,
2323
PRIMARY KEY (`id`),
2424
KEY `attitem` (`att_id`, `item_id`),
2525
UNIQUE KEY `attitemrowcol` (`att_id`, `item_id`, `row`, `col`, `langcode`)

0 commit comments

Comments
 (0)