migration from module doesnt leak to other profiles from now on
This commit is contained in:
Binary file not shown.
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user