running so far

This commit is contained in:
2022-12-27 18:17:24 +01:00
parent 31b47e892d
commit 8b121c9e6e
16 changed files with 134 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use super::super::feed;
use super::super::user::user::User;
use crate::schema::feed;
use diesel::{Associations, Identifiable, Queryable};
#[derive(Queryable, Identifiable, Associations)]
-1
View File
@@ -1,2 +1 @@