This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/models/files.model
2021-04-09 12:27:04 +02:00

36 lines
938 B
Plaintext

FileContentEntry
hash FileContentReference
ix Word64
chunkHash FileContentChunkId
UniqueFileContentEntry hash ix
deriving Generic
FileContentChunk
hash FileContentChunkReference
content ByteString
contentBased Bool default=false -- For Migration
Primary hash
deriving Generic
FileContentChunkUnreferenced
hash FileContentChunkId
since UTCTime
UniqueFileContentChunkUnreferenced hash
deriving Generic
SessionFile
content FileContentReference Maybe
touched UTCTime
deriving Generic
FileLock
content FileContentReference
instance InstanceId
time UTCTime
deriving Generic
FileChunkLock
hash FileContentChunkReference
instance InstanceId
time UTCTime
deriving Generic