small schema fix.

This commit is contained in:
Jordan Petridis
2017-09-16 07:30:15 +03:00
parent dbe606f5d5
commit 1542309478
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3,10 +3,10 @@ table! {
id -> Integer,
title -> Text,
uri -> Text,
description -> Nullable<Text>,
local_uri -> Nullable<Text>,
thumbnail -> Nullable<Text>,
lenght -> Nullable<Integer>,
description -> Nullable<Text>,
epoch -> Integer,
length -> Integer,
guid -> Nullable<Text>,
podcast_id -> Integer,
}