chore: merge session last seen migration into initial
This commit is contained in:
parent
2249d986eb
commit
12c1c72d4d
3 changed files with 2 additions and 6 deletions
|
|
@ -12,6 +12,8 @@ create table sessions (
|
|||
references users (id)
|
||||
on delete cascade,
|
||||
|
||||
last_seen bigint not null,
|
||||
|
||||
unique (id, user_id)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue