[RombaSharp] Recreate lost KV stuff

This commit is contained in:
Matt Nadareski
2016-10-17 11:04:07 -07:00
parent d6cd471999
commit 6de1c64371
4 changed files with 290 additions and 206 deletions

View File

@@ -90,6 +90,7 @@ CREATE TABLE IF NOT EXISTS md5 (
query = @"
CREATE TABLE IF NOT EXISTS sha1 (
'sha1' TEXT NOT NULL,
'depot' TEXT,
PRIMARY KEY (sha1)
)";
slc = new SqliteCommand(query, dbc);