diff options
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |