Переглянути джерело

changes in database structure

Gamaliel Espinoza 8 роки тому
батько
коміт
43558d4754
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      filesdb.sql

+ 1 - 1
filesdb.sql

@@ -1,5 +1,5 @@
 create table file(
 create table file(
-	sha text,
+	hash text primary key,
 	station text,
 	station text,
 	timestamp int,
 	timestamp int,
 	filename text,
 	filename text,