/
phprus
/
git.tt-rss.org_fox_tt-rss
Обзор
Документация
Войти
/
phprus
/
git.tt-rss.org_fox_tt-rss
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sql/pgsql/migrations/39.sql
5 строк
433 B
Andrew Dolgov
wip for db_migrations for core schema
04 мар 2021, 08:30
04 мар 2021, 08:30
c0fb0a5
Код
Авторство
О чём код?
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_FLASH_PLAYER', 1, 'true', 'Enable inline MP3 player', 3, 'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.'); insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not show images in articles', 2); update ttrss_version set schema_version = 39;