Explorar o código

changes in database structure

Gamaliel Espinoza %!s(int64=8) %!d(string=hai) anos
pai
achega
43558d4754
Modificáronse 1 ficheiros con 1 adicións e 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,