account_id is now being aliased cos its fk

This commit is contained in:
Priec
2026-08-12 20:45:25 +02:00
parent 49323b58d6
commit 9ebe038130
6 changed files with 11 additions and 2 deletions

View File

@@ -177,6 +177,9 @@ pub(crate) async fn load_page(
generated_from: behavior
.map(|behavior| behavior.generated_from.clone())
.unwrap_or_default(),
// Renaming changes shared table metadata, so an
// incomplete server capability response does
// not grant permission by omission.
renameable: behavior.is_some_and(|behavior| behavior.renameable),
}
})