summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index e25c5b6..49da960 100644
--- a/schema.sql
+++ b/schema.sql
@@ -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 (