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:
parent
2b037d36a1
commit
9188825a4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue