diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-03-26 23:24:14 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-03-26 23:24:14 +0000 |
commit | ea48c74310177a52471edd893622edbe43c69766 (patch) | |
tree | 6177964cfd43750b9683662c7920cb043a3347d4 | |
parent | e9ee8fb4d2f10b67e241501f919b7cd8c0cc2d93 (diff) |
-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 ); |