Merge pull request #902 from adomasven/feature/feed-reader-UI

Feed Reader UI

(I squashed a bunch of commits from the PR.)
This commit is contained in:
Dan Stillman 2016-03-22 07:11:50 -04:00
commit 6c43e75d26
63 changed files with 3349 additions and 501 deletions

View file

@ -1,4 +1,4 @@
-- 82
-- 83
-- Copyright (c) 2009 Center for History and New Media
-- George Mason University, Fairfax, Virginia, USA
@ -212,6 +212,7 @@ CREATE TABLE feedItems (
itemID INTEGER PRIMARY KEY,
guid TEXT NOT NULL UNIQUE,
readTime TIMESTAMP,
translatedTime TIMESTAMP,
FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE
);