summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
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 (