mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
4 lines
111 B
SQL
4 lines
111 B
SQL
alter table ttrss_feeds change feed_url feed_url text not null;
|
|
|
|
update ttrss_version set schema_version = 34;
|