@@ -1,5 +1,5 @@
create table file(
- sha text,
+ hash text primary key,
station text,
timestamp int,
filename text,