add missing schema files
This commit is contained in:
parent
5de926d8cc
commit
a206a56c6d
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
|
||||
|
||||
update ttrss_version set schema_version = 54;
|
||||
|
||||
commit;
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
|
||||
|
||||
update ttrss_version set schema_version = 54;
|
||||
|
||||
commit;
|
Loading…
Reference in New Issue