mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
backupdb.txt: fix ST_CTIME reference
This commit is contained in:
parent
fb879ddea4
commit
7143707178
@ -46,7 +46,7 @@ CREATE TABLE local_files
|
||||
path varchar(1024), PRIMARY KEY -- index, this is os.path.abspath(fn)
|
||||
size integer, -- os.stat(fn)[stat.ST_SIZE]
|
||||
mtime number, -- os.stat(fn)[stat.ST_MTIME]
|
||||
ctime number, -- os.stat(fn)[stat.ST_MTIME]
|
||||
ctime number, -- os.stat(fn)[stat.ST_CTIME]
|
||||
fileid integer
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user