summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index fd98920..43ecdd1 100644
--- a/schema.sql
+++ b/schema.sql
@@ -26,5 +26,5 @@ create table if not exists download
(
key varchar(64) not null references file_object(key),
info text[] not null,
- time timestamp with timezone not null
+ time timestamp with time zone not null
);