Explorar el Código

changes in database structure

Gamaliel Espinoza hace 8 años
padre
commit
43558d4754
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,