Explorar o código

files database

Gamaliel Espinoza %!s(int64=8) %!d(string=hai) anos
pai
achega
fa1387770f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      filesdb.sql

+ 9 - 0
filesdb.sql

@@ -0,0 +1,9 @@
+create table file(
+	sha text,
+	station text,
+	timestamp int,
+	filename text,
+	uploaded int
+);
+create index timestamp_index_desc on file (timestamp desc);
+create index timestamp_index_asc on file (timestamp desc);