Ver Fonte

changes in database structure

Gamaliel Espinoza há 8 anos atrás
pai
commit
43558d4754
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      filesdb.sql

+ 1 - 1
filesdb.sql

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