diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:22:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:32:57 +0100 |
commit | 0930089a79d8eda142e0c6e94d163394f7671228 (patch) | |
tree | ecc8234756ae96e3823a203b83ae2636e7d55a72 /schema.sql | |
parent | 46fd8460c58ebeb00fe884676c0411c93f159209 (diff) | |
download | server-0930089a79d8eda142e0c6e94d163394f7671228.tar.gz |
Log IP access.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ insert or ignore into create table if not exists user_last_seen ( user_id integer primary key, - atime datetime + atime datetime, + ip text ); create table if not exists tokens ( |