Skip to content

Commit 980b2ff

Browse files
committed
Increase size for metadata imports
Signed-off-by: Erik Sommer <Erik.Sommer@slub-dresden.de>
1 parent 0d2dab6 commit 980b2ff

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
@@ -861,7 +861,7 @@ CREATE TABLE tx_dpf_domain_model_externalmetadata (
861861

862862
fe_user int(11) unsigned default '0' NOT NULL,
863863
publication_identifier varchar(255) NOT NULL,
864-
data text NOT NULL,
864+
data mediumtext NOT NULL,
865865
source varchar(255) NOT NULL,
866866
record_type varchar(255) DEFAULT '' NOT NULL,
867867

0 commit comments

Comments
 (0)