use FileSize

It's just an alias, so this doesn't change the db schema, but it makes
explicit that it's not stored as an int64
This commit is contained in:
Joey Hess 2024-08-25 08:22:40 -04:00
parent 2b037d36a1
commit 9188825a4d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -50,7 +50,7 @@ share [mkPersist sqlSettings, mkMigrate "migrateRepoSizes"] [persistLowerCase|
-- Corresponds to location log information from the git-annex branch.
RepoSizes
repo UUID
size Integer
size FileSize
UniqueRepo repo
-- The last git-annex branch commit that was used to update RepoSizes.
AnnexBranch