Add artifacts_size to database
Currently in order to check artifacts size we need to check the filesystem.
I think it is wise to store this information in database. It will simplify us any statistics/metrics/calculation for projects. It will allow us to implement the per-project quota for artifacts if needed. It will allow us to have a soft monitoring of over usage of artifacts.
@grzesiek What do you think?