about summary refs log tree commit diff
path: root/web/converse/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'web/converse/src/schema.rs')
-rw-r--r--web/converse/src/schema.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/web/converse/src/schema.rs b/web/converse/src/schema.rs
index 7de6d13668..520af43422 100644
--- a/web/converse/src/schema.rs
+++ b/web/converse/src/schema.rs
@@ -80,9 +80,4 @@ joinable!(posts -> users (user_id));
 joinable!(threads -> users (user_id));
 joinable!(simple_posts -> threads (thread_id));
 
-allow_tables_to_appear_in_same_query!(
-    posts,
-    threads,
-    users,
-    simple_posts,
-);
+allow_tables_to_appear_in_same_query!(posts, threads, users, simple_posts,);