feed/folder list endpoints
This commit is contained in:
parent
866d59fe86
commit
e7bfc3b0a3
5 changed files with 41 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ var initQuery string = `
|
|||
create table if not exists folders (
|
||||
id integer primary key autoincrement,
|
||||
title text not null,
|
||||
is_expanded boolean
|
||||
is_expanded boolean not null default false
|
||||
);
|
||||
|
||||
create table if not exists feeds (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue