mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-18 19:08:02 -04:00
Add 'deleted' to channel info
This commit is contained in:
parent
7a9ef0d664
commit
30e6d29106
4 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE public.channels
|
|||
id text NOT NULL,
|
||||
author text,
|
||||
updated timestamp with time zone,
|
||||
deleted boolean,
|
||||
CONSTRAINT channels_id_key UNIQUE (id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue