Files
gitea/models/db
4aba8a6a5f Split lfs size from repository size (#22900)
releated to #21820

- Split `Size` in repository table as two new colunms, one is `GitSize`
for git size, the other is `LFSSize` for lfs data. still store full size
in `Size` colunm.
- Show full size on ui, but show each of them by a `title`;  example:

![image](https://user-images.githubusercontent.com/25342410/218636251-e200f085-d7e7-4a25-9ff1-b586a63e07a9.png)

- Return full size in api response.

---------

Signed-off-by: a1012112796 <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: silverwind <[email protected]>
Co-authored-by: DmitryFrolovTri <[email protected]>
Co-authored-by: Giteabot <[email protected]>
2023-06-28 22:41:02 +00:00
..
2023-01-08 09:34:58 +08:00
2023-02-24 21:17:09 +08:00
2023-05-21 22:35:11 +00:00