Skip to content
Snippets Groups Projects
Verified Commit 94b2b86e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add titleKind

parent 9059eaa1
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ pub struct Title {
pub imdb_id: Option<String>,
pub tmdb_id: Option<i32>,
pub tvdb_id: Option<i32>,
pub kind: String,
pub original_language: Option<String>,
pub runtime: Option<i32>,
pub year_start: Option<i32>,
......
......@@ -147,6 +147,7 @@ table! {
imdb_id -> Nullable<Text>,
tmdb_id -> Nullable<Int4>,
tvdb_id -> Nullable<Int4>,
kind -> Text,
original_language -> Nullable<Text>,
runtime -> Nullable<Int4>,
year_start -> Nullable<Int4>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment