This commit is contained in:
Martin Rotter 2016-01-02 20:34:16 +01:00
parent 02743b199e
commit 47ef610816
3 changed files with 1 additions and 4 deletions

View File

@ -19,8 +19,6 @@ CREATE TABLE IF NOT EXISTS Accounts (
type TEXT NOT NULL
);
-- !
INSERT INTO Accounts (type) VALUES ('std-rss');
-- !
CREATE TABLE IF NOT EXISTS TtRssAccounts (
id INTEGER,
username TEXT NOT NULL,

View File

@ -13,8 +13,6 @@ CREATE TABLE IF NOT EXISTS Accounts (
type TEXT NOT NULL
);
-- !
INSERT INTO Accounts (type) VALUES ('std-rss');
-- !
CREATE TABLE IF NOT EXISTS TtRssAccounts (
id INTEGER,
username TEXT NOT NULL,

View File

@ -4,6 +4,7 @@
Fixed:
▪ Fixed problem with importing invalid OPML 2.0 files. (bug #145)
▪ Fixed error in SQL initialization script which led to problems with in-memory SQLite DBs. (bug #140)
3.0.1
—————