Fix the SQlite build

This commit is contained in:
Bat
2018-09-27 22:06:40 +01:00
committed by Igor Galić
parent 535c68b423
commit 743620eb6a
20 changed files with 142 additions and 114 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use {ap_url, Connection};
use instance::Instance;
use schema::medias;
#[derive(Identifiable, Queryable, Serialize)]
#[derive(Clone, Identifiable, Queryable, Serialize)]
pub struct Media {
pub id: i32,
pub file_path: String,