From ea48c74310177a52471edd893622edbe43c69766 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 26 Mar 2024 23:24:14 +0000 Subject: Fixed error in timestamp with time zone --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3