From a597151e2086e12814fea12abe1a4c31d0ca1f7f Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 3 Mar 2019 03:35:05 -0500 Subject: show invocations in stats --- src/db/schema.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/db/schema.rs') diff --git a/src/db/schema.rs b/src/db/schema.rs index 1ab5fa1..01ec1d0 100644 --- a/src/db/schema.rs +++ b/src/db/schema.rs @@ -73,6 +73,7 @@ joinable!(memes -> audio (audio_id)); joinable!(memes -> images (image_id)); joinable!(memes -> metadata (metadata_id)); joinable!(tombstones -> metadata (metadata_id)); +joinable!(invocation_records -> memes (meme_id)); allow_tables_to_appear_in_same_query!( audio, -- cgit v1.3.1