migration from module doesnt leak to other profiles from now on

This commit is contained in:
Priec
2026-09-10 18:05:04 +02:00
parent a86a7c4485
commit b3a13a3533
7 changed files with 27 additions and 21 deletions

Binary file not shown.

View File

@@ -690,6 +690,9 @@ pub struct TableDetail {
/// User-managed single-column indexes. Backend-managed indexes are omitted.
#[prost(string, repeated, tag = "13")]
pub indexes: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
/// True when module-owned storage supports catalog-managed rows and settings.
#[prost(bool, tag = "14")]
pub catalog_managed: bool,
}
/// Server-owned behavior for one logical column returned in table details.
#[derive(serde::Serialize, serde::Deserialize)]