aboutsummaryrefslogtreecommitdiff
path: root/src/db/schema.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-03 03:35:05 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-03 03:35:05 -0500
commita597151e2086e12814fea12abe1a4c31d0ca1f7f (patch)
tree72d49618f89e0ae7c0816efb62222201273cd3ae /src/db/schema.rs
parente277e52cbec7bd178337019df7840691845d683d (diff)
show invocations in stats
Diffstat (limited to 'src/db/schema.rs')
-rw-r--r--src/db/schema.rs1
1 files changed, 1 insertions, 0 deletions
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,