remove revision from cached cvs inputs, and added missing files
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user