From 9d47d7d6aa77a5cca3c4f5b106100dfdd9dea867 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Fri, 4 May 2018 15:42:24 +0200 Subject: [PATCH] - increased DC value, because some AIPs have DC-entry sizes of 5-6kB --- perl/exit_strategy.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/exit_strategy.pl b/perl/exit_strategy.pl index 367e038..28cf20f 100644 --- a/perl/exit_strategy.pl +++ b/perl/exit_strategy.pl @@ -73,7 +73,7 @@ sub write_tables_creation { say "\tid INT PRIMARY KEY DEFAULT nextval('serial'),"; say "\taip_id INT NOT NULL REFERENCES aip (id),"; say "\telement VARCHAR(30) NOT NULL,"; - say "\tvalue VARCHAR(1024) NOT NULL"; + say "\tvalue VARCHAR(8192) NOT NULL"; say ");"; # FILE say "/* create FILE table */"; -- GitLab