Procházet zdrojové kódy

changes in database structure

Gamaliel Espinoza před 8 roky
rodič
revize
43558d4754
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,