mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:23 -04:00
Store session_ids in separate table
This commit is contained in:
parent
8bbf351d04
commit
3646395f1d
4 changed files with 58 additions and 25 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
CREATE TABLE public.users
|
||||
(
|
||||
id text[] NOT NULL,
|
||||
updated timestamp with time zone,
|
||||
notifications text[],
|
||||
subscriptions text[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue