update width

This commit is contained in:
Chris Cochrun 2023-09-20 06:15:48 -05:00
parent 1d1c49c5fa
commit 70eadeadb2
8 changed files with 104 additions and 40 deletions

View file

@ -59,4 +59,9 @@ diesel::table! {
}
}
diesel::allow_tables_to_appear_in_same_query!(images, presentations, songs, videos,);
diesel::allow_tables_to_appear_in_same_query!(
images,
presentations,
songs,
videos,
);