hydra/src/sql/upgrade-20.sql

9 lines
238 B
MySQL
Raw Normal View History

2013-02-05 18:50:58 +00:00
create table CachedDarcsInputs (
uri text not null,
revision text not null,
sha256hash text not null,
storePath text not null,
revCount integer not null,
primary key (uri, revision)
);