django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

Fixing datalink model #113

Closed agy-why closed 1 year ago

agy-why commented 1 year ago

The size property of the Datalink model is an Integer and as such limit the maximum size of a datalink object to 2GB. We server much larger file, so we need to change the property to Long (limiting to a few ExoB, which is fine for now)

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3469220039


Totals Coverage Status
Change from base Build 3427922633: 0.0%
Covered Lines: 4598
Relevant Lines: 6978

💛 - Coveralls