scripts/backupdb.py: more accurate comment about path field.

This commit is contained in:
david-sarah 2010-12-12 09:03:20 -08:00
parent bb7c04ff9f
commit 2d5f3f694f

View File

@ -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]