mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
7 lines
145 B
SQL
7 lines
145 B
SQL
create table ttrss_feedbrowser_cache (
|
|
feed_url text not null,
|
|
subscribers integer not null);
|
|
|
|
update ttrss_version set schema_version = 48;
|
|
|