Skip to content
Snippets Groups Projects
Commit 9d47d7d6 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- increased DC value, because some AIPs have DC-entry sizes of 5-6kB

parent f634e812
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ sub write_tables_creation { ...@@ -73,7 +73,7 @@ sub write_tables_creation {
say "\tid INT PRIMARY KEY DEFAULT nextval('serial'),"; say "\tid INT PRIMARY KEY DEFAULT nextval('serial'),";
say "\taip_id INT NOT NULL REFERENCES aip (id),"; say "\taip_id INT NOT NULL REFERENCES aip (id),";
say "\telement VARCHAR(30) NOT NULL,"; say "\telement VARCHAR(30) NOT NULL,";
say "\tvalue VARCHAR(1024) NOT NULL"; say "\tvalue VARCHAR(8192) NOT NULL";
say ");"; say ");";
# FILE # FILE
say "/* create FILE table */"; say "/* create FILE table */";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment