1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 17:21:28 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2006-08-21 16:09:05 +01:00
parent 4803eed2b9
commit e2a8a097bd
5 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_ENABLE', 1, 'false', 'Enable e-mail digest',1,
'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
update ttrss_version set schema_version = 10;