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:
commit
6c43e75d26
63 changed files with 3349 additions and 501 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue