diff --git a/crates/db_schema_file/src/schema.rs b/crates/db_schema_file/src/schema.rs
index 6ad3e103b..2ce0b554f 100644
@@ -160,13 +160,13 @@ diesel::table! {
published_at -> Timestamptz,
}
}
diesel::table! {
use diesel::sql_types::*;
- use super::sql_types::Ltree;
+ use diesel_ltree::sql_types::Ltree;
comment (id) {
id -> Int4,
creator_id -> Int4,
post_id -> Int4,
content -> Text,
@@ -1333,8 +1333,10 @@ diesel::allow_tables_to_appear_in_same_query!(
registration_application,
report_combined,
search_combined,
site,
site_language,
tag,
+ person_actions,
+ image_details,
);
diesel::allow_tables_to_appear_in_same_query!(custom_emoji, custom_emoji_keyword,);