1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00
Files
tt-rss/schema/versions/mysql/18.sql

4 lines
173 B
SQL

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_ENABLE_PAGINATION', 2, '', '', 1);
update ttrss_version set schema_version = 18;