Fix the Darcs schema upgrade
This commit is contained in:
8
src/sql/upgrade-20.sql
Normal file
8
src/sql/upgrade-20.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
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)
|
||||
);
|
||||
Reference in New Issue
Block a user