diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-11 14:48:55 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-04-15 14:34:52 +0200 |
commit | 017f4f89ef9af119caf9961e23c66994e8c3ff90 (patch) | |
tree | ae4e9d2282f47e367c4c209e2a99b90d4aa7c1c3 /schema.sql | |
parent | f6be31ddf9128b3184dafe313c3e29282a99620d (diff) | |
download | server-017f4f89ef9af119caf9961e23c66994e8c3ff90.tar.gz |
Don't log IP addresses.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ create table if not exists user_last_seen ( primary key references users on delete cascade, - atime timestamp, - aip text + atime timestamp ); create table if not exists tokens ( |