remove revision from cached cvs inputs, and added missing files

This commit is contained in:
Rob Vermaas
2009-11-17 15:24:51 +00:00
parent 2fb05b34bf
commit 40920935fc
3 changed files with 123 additions and 1 deletions

View File

@ -304,7 +304,6 @@ create table CachedGitInputs (
create table CachedCVSInputs (
uri text not null,
module text not null,
revision integer not null,
timestamp integer not null, -- when we first saw this hash
lastSeen integer not null, -- when we last saw this hash
sha256hash text not null,