1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-06 13:30:51 +02:00
ttrss/schema/versions/pgsql/48.sql

10 lines
173 B
MySQL
Raw Normal View History

begin;
create table ttrss_feedbrowser_cache (
feed_url text not null primary key,
subscribers integer not null);
update ttrss_version set schema_version = 48;
commit;