diff options
author | hashworks <mail@hashworks.net> | 2017-07-10 20:12:03 +0200 |
---|---|---|
committer | hashworks <mail@hashworks.net> | 2017-07-10 20:12:03 +0200 |
commit | 02ffa0c14f1c7401344eee4acde46c000f91bcc7 (patch) | |
tree | 6e9e87be9627356cd93ff1a85409d3927820a3b5 /data/local/examples | |
parent | b253c9a893077711e503c69970b24ae94e7451ac (diff) |
Use bigint for filesize in database
The current type, integer, only stores numerics up to 2147483647. Since filebin stores the size in byte MySQL will only write up to 2GB in there, PostgreSQL failes by default for files >2GB.
The new type bigint allows file sizes up to ~9223 petabyte.
Diffstat (limited to 'data/local/examples')
0 files changed, 0 insertions, 0 deletions