mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
ttrss_feed_categories are now uid-aware
This commit is contained in:
@@ -21,6 +21,7 @@ create table ttrss_users (id serial not null primary key,
|
||||
insert into ttrss_users (login,pwd_hash,access_level) values ('admin', 'password', 10);
|
||||
|
||||
create table ttrss_feed_categories(id serial not null primary key,
|
||||
owner_uid integer not null references ttrss_users(id) on delete cascade,
|
||||
title varchar(200) not null);
|
||||
|
||||
create table ttrss_feeds (id serial not null primary key,
|
||||
|
||||
Reference in New Issue
Block a user