Sfoglia il codice sorgente

changes in database structure

Gamaliel Espinoza 8 anni fa
parent
commit
43558d4754
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,