X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=schema.sql;h=f406d91616698476b37577e3497ee6dc38eefc26;hb=030ddd80e04aa65738bf21557dd541bec757de5b;hp=8529e32725977f50c1ab0722574cc97d3d6144db;hpb=d2079ba19b474993ec8544186d21824e8e22921f;p=cumulus.git diff --git a/schema.sql b/schema.sql index 8529e32..f406d91 100644 --- a/schema.sql +++ b/schema.sql @@ -19,7 +19,8 @@ create table segments ( path text, checksum text, mtime real, - size integer + size integer, + expire_time integer -- snapshotid of latest snapshot when expired ); -- Index of all blocks which have been stored, by checksum.