mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 12:20:02 +00:00
scripts/backupdb.py: more accurate comment about path field.
This commit is contained in:
parent
bb7c04ff9f
commit
2d5f3f694f
@ -23,7 +23,7 @@ CREATE TABLE version -- added in v1
|
||||
|
||||
CREATE TABLE local_files -- added in v1
|
||||
(
|
||||
path VARCHAR(1024) PRIMARY KEY, -- index, this is os.path.abspath(fn)
|
||||
path VARCHAR(1024) PRIMARY KEY, -- index, this is an absolute UTF-8-encoded local filename
|
||||
size INTEGER, -- os.stat(fn)[stat.ST_SIZE]
|
||||
mtime NUMBER, -- os.stat(fn)[stat.ST_MTIME]
|
||||
ctime NUMBER, -- os.stat(fn)[stat.ST_CTIME]
|
||||
|
Loading…
x
Reference in New Issue
Block a user