Add an interface to select an article illustration

This commit is contained in:
Baptiste Gelez
2018-10-30 21:04:59 +01:00
parent ab5edbc6a5
commit 485aac2e20
10 changed files with 112 additions and 17 deletions
+1
View File
@@ -32,6 +32,7 @@ use safe_string::SafeString;
use std::collections::HashSet;
#[derive(Queryable, Identifiable, Serialize, Clone, AsChangeset)]
#[changeset_options(treat_none_as_null = "true")]
pub struct Post {
pub id: i32,
pub blog_id: i32,