diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-03-03 03:35:05 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-03-03 03:35:05 -0500 |
| commit | a597151e2086e12814fea12abe1a4c31d0ca1f7f (patch) | |
| tree | 72d49618f89e0ae7c0816efb62222201273cd3ae /src/db/schema.rs | |
| parent | e277e52cbec7bd178337019df7840691845d683d (diff) | |
show invocations in stats
Diffstat (limited to 'src/db/schema.rs')
| -rw-r--r-- | src/db/schema.rs | 1 |
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, |
