summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-11 14:48:55 +0200
committerTor Andersson <tor@ccxvii.net>2022-04-15 14:34:52 +0200
commit017f4f89ef9af119caf9961e23c66994e8c3ff90 (patch)
treeae4e9d2282f47e367c4c209e2a99b90d4aa7c1c3 /schema.sql
parentf6be31ddf9128b3184dafe313c3e29282a99620d (diff)
downloadserver-017f4f89ef9af119caf9961e23c66994e8c3ff90.tar.gz
Don't log IP addresses.
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/schema.sql b/schema.sql
index 735fa93..14912d0 100644
--- a/schema.sql
+++ b/schema.sql
@@ -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 (