mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
feed/folder list endpoints
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user