Improved of hanling of some Result types in hammond-data crate.

This commit is contained in:
Jordan Petridis
2017-10-21 04:58:15 +03:00
parent a6f03ff27c
commit 048d4800da
5 changed files with 67 additions and 46 deletions
@@ -13,7 +13,7 @@ CREATE TABLE `source` (
CREATE TABLE `episode` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
`title` TEXT,
`uri` TEXT UNIQUE,
`uri` TEXT NOT NULL UNIQUE,
`local_uri` TEXT,
`description` TEXT,
`published_date` TEXT ,