Parcourir la source

changes in database structure

Gamaliel Espinoza il y a 8 ans
Parent
commit
43558d4754
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,