fix readme

This commit is contained in:
Em 2021-06-23 14:04:21 -04:00
parent 51abad8cd6
commit 4309c31f73
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ create table proxies (
exit_ip inet,
exit_ipv6 inet,
proxy_type text,
status text,
status text default 'unscanned',
last_seen timestamp default 'epoch',
last_checked timestamp default 'epoch',
submitted_at timestamp,