diff options
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 ( |